mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +08:00
Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified.
This commit is contained in:
1
tests/valid_nested.json
Normal file
1
tests/valid_nested.json
Normal file
@@ -0,0 +1 @@
|
||||
{"foo":123, "obj2": { "obj3": { "obj4": { "foo": 999 } } } }
|
||||
Reference in New Issue
Block a user