diff options
Diffstat (limited to 'development/cJSON/README')
-rw-r--r-- | development/cJSON/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/cJSON/README b/development/cJSON/README new file mode 100644 index 0000000000000..8e76076361d16 --- /dev/null +++ b/development/cJSON/README @@ -0,0 +1,6 @@ +cJSON is an Ultralightweight JSON parser in ANSI C. + +cJSON aims to be the dumbest possible parser that you can get your job +done with. It's a single file of C, and a single header file. + +https://github.com/DaveGamble/cJSON |