formatjson 0.3.1

Formats JSON files
Documentation
1
2
3
4
5
6
7
{
  "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
}