You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have JSON: http://pastebin.com/CRxepHVa
This JSON have 2 same keys: "size". JSON_Value *root_value = json_parse_file(jsonFile1);
We recieve NULL. Library can't process JSON files with several same keys.
Maybe add support? For example, we parse to struct only last key.
On example, skip size:0 and insert size:1 in struct.
Thanks.
The text was updated successfully, but these errors were encountered:
We have JSON:
http://pastebin.com/CRxepHVa
This JSON have 2 same keys: "size".
JSON_Value *root_value = json_parse_file(jsonFile1);
We recieve NULL. Library can't process JSON files with several same keys.
Maybe add support? For example, we parse to struct only last key.
On example, skip size:0 and insert size:1 in struct.
Thanks.
The text was updated successfully, but these errors were encountered: