cesanta/frozen

how to handle nested json

marchingband opened this issue · 1 comments

it's not clear how to get at nested objects, ie {foo:{bar:"data"}}
is it possible?

json_scanf(json, json_size, "{foo:{bar:{data:&Q}}}", &data); seems to work, sorry. Perhaps worth adding to the readme.