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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.