Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified.

This commit is contained in:
Eric Haszlakiewicz
2019-11-10 00:14:44 -05:00
parent ac26ea9c5b
commit baed9983b3
6 changed files with 94 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
{"foo":123, "obj2": { "obj3": { "obj4": { "foo": 999 } } } }