An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant JSON parser, under MIT license.
Moved to https://github.com/DaveGamble/cJSON
Categories
JSONLicense
MIT LicenseFollow cJSON
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
It is simple easy and works perfectly, what else do you want?
-
I found some bugs ...
-
Awesome!
-
easy and compact
-
I tried libjson and gave it up because it didn't work with strict ANSI C++ and can't handle unicode escaped sequence correctly as UTF-8. This one works with UTF-8 with char * and properly convert Unicode escape sequence to UTF-8. Very easy to use and just source-code-library.