{ "name":"John",
"age":31,
"items":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],
"city":"New York" }
FormattedJsonWithLongArray.json
{ "name":"John", "age":31, "items":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],"city":"New York" }
JsonFileInOneLine.json
WrongFormattedJson.json | |
---|---|
1 | { "name":"John", |
2 | "age":31, |
3 | "items":[100,100,100,100,100,100,100, |
4 | "city":"New York" } |