This website requires JavaScript.
Explore
Help
Sign In
mirror
/
json-c
Watch
1
Star
0
Fork
0
mirror of
https://github.com/json-c/json-c.git
synced
2026-09-07 16:46:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c54e6900e7bdbdb572acc9a4f932ca529fe58b14
json-c
/
tests
/
valid_nested.json
T
2 lines
61 B
JSON
Raw
Normal View
History
Unescape
Escape
Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified.
2019-11-10 00:12:27 -05:00
{
"foo"
:
123
,
"obj2"
:
{
"obj3"
:
{
"obj4"
:
{
"foo"
:
999
}
}
}
}
Reference in New Issue
Copy Permalink