formatjson 0.3.1

Formats JSON files
Documentation
{
  "foo": "bar",
  "baz": [
    1,
    2,
    34,
    false,
    {
      "x": "long string with\t\"a \nfew escapes.\\"
    }
  ],
  "specials": [
    true,
    false,
    null,
    {
      "": ""
    }
  ],
  "light_speed": 2.997e8,
  "million": 10e5
}