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
json-c-0.19
json-c
/
tests
/
valid_nested.json
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
2 lines
61 B
JSON
Raw
Permalink
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