nuttx/Documentation/applications/netutils/cjson/index.rst

12 lines
437 B
ReStructuredText
Raw Normal View History

2023-10-24 12:22:59 +02:00
=======================
``cjson`` cJSON library
=======================
cJSON is an ultra-lightweight, portable, single-file,
simple-as-can-be ANSI-C compliant JSON parser, under MIT license. Embeddable
Lightweight XML-RPC Server discussed at
http://www.drdobbs.com/web-development/an-embeddable-lightweight-xml-rpc-server/184405364.
This code was taken from http://sourceforge.net/projects/cjson/ and adapted
for NuttX by Darcy Gong.