{ "name":"John",
"age":31,
"items":[100,100,100,100,100,100,100,
"city":"New York" }
WrongFormattedJson.json
FormattedJsonWithLongArray.json | |
---|---|
1 | { "name":"John", |
2 | "age":31, |
3 | "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], |
4 | "city":"New York" } |