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