Third party library cJson for C/C + + json parsing and synthesis
We often use JSON format data for communication in our projects. In particular, we need to implement it on the ARM development board. It is troublesome to process JSON and tear the data by ourselves, but now we have a third-party library! That's cJson!
Environmental preparation
cJson official library:
https://github.com/DaveGamble/cJSONht ...
Posted by neh on Thu, 03 Feb 2022 19:48:49 +0100