how to handle nested json
marchingband opened this issue · 1 comments
marchingband commented
it's not clear how to get at nested objects, ie {foo:{bar:"data"}}
is it possible?
marchingband commented
json_scanf(json, json_size, "{foo:{bar:{data:&Q}}}", &data);
seems to work, sorry. Perhaps worth adding to the readme.