forked from jehiah/json-c
-
Notifications
You must be signed in to change notification settings - Fork 0
较之cJSON,还是cJSON更为小巧精致。json-c中对数组/对象嵌套层级限制为32级,不过你要是超出了32级,只能说你真的很BT耶。
License
wadefelix/json-c
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Building on Unix with gcc and autotools Home page for json-c: http://oss.metaparadigm.com/json-c/ If checking out from SVN (http://svn.metaparadigm.com/svn/json-c/trunk) or Git (https://github.com/jehiah/json-c): $ sh autogen.sh Then $ ./configure $ make $ make install To build and run the test programs run $ make check Linking to libjson If your system has pkgconfig then you can just add this to your makefile CFLAGS += $(shell pkg-config --cflags json) LDFLAGS += $(shell pkg-config --libs json)
About
较之cJSON,还是cJSON更为小巧精致。json-c中对数组/对象嵌套层级限制为32级,不过你要是超出了32级,只能说你真的很BT耶。
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published