{
  "generatedAt": "2026-08-14T01:43:26.432Z",
  "pythonVersion": "Python 3.14.6",
  "jqVersion": "jq-1.7.1-apple",
  "input": "{\"city\":\"Bogotá\",\"msg\":\"情報\",\"p\":\"informação\"}",
  "results": [
    {
      "label": "python3 -m json.tool (default)",
      "command": "python3 -m json.tool",
      "output": "{\n    \"city\": \"Bogot\\u00e1\",\n    \"msg\": \"\\u60c5\\u5831\",\n    \"p\": \"informa\\u00e7\\u00e3o\"\n}\n"
    },
    {
      "label": "python3 -m json.tool --no-ensure-ascii",
      "command": "python3 -m json.tool --no-ensure-ascii",
      "output": "{\n    \"city\": \"Bogotá\",\n    \"msg\": \"情報\",\n    \"p\": \"informação\"\n}\n"
    },
    {
      "label": "jq . (default)",
      "command": "jq .",
      "output": "{\n  \"city\": \"Bogotá\",\n  \"msg\": \"情報\",\n  \"p\": \"informação\"\n}\n"
    },
    {
      "label": "jq -a .",
      "command": "jq -a .",
      "output": "{\n  \"city\": \"Bogot\\u00e1\",\n  \"msg\": \"\\u60c5\\u5831\",\n  \"p\": \"informa\\u00e7\\u00e3o\"\n}\n"
    }
  ]
}
