blob: 8e76076361d16c06fc2943be54844797ec0e4e23 (
plain)
1
2
3
4
5
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
|