Closed bolerio closed 8 years ago
This example:
{ "type":"something", "value1":"Blabla", "value2":"years" "value3":"wtf" }
is missing a coma after the 3d value, and instead of an error being thrown it parses as:
{"value2":"wtf","value1":"Blabla","type":"something"}
This example:
{ "type":"something", "value1":"Blabla", "value2":"years" "value3":"wtf" }
is missing a coma after the 3d value, and instead of an error being thrown it parses as:
{"value2":"wtf","value1":"Blabla","type":"something"}