3 Commits

Author SHA1 Message Date
e5df03c277 feat(cjson): Add function to encode json number when "sprintf" not support float
Newlib use nano mode as default. When enable nano mode, cjson use internal function to encode for float data.
Otherwise using "sprintf" to encode float data.
2018-10-15 09:50:24 +08:00
1dcf28de32 feat(cJSON): Update cJSON library to V1.7.6
Source: https://github.com/DaveGamble/cJSON.git
2018-04-20 21:33:27 +08:00
c171ce3e9a feat(cJSON): Redefine cJSON file structure 2018-04-20 10:48:49 +08:00