CJSon low level interface

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > cJSON >

CJSon low level interface

 

cJSON is originally a C library and as such, it has procedural interface, where you need to manipulate pointers and call procedures to achieve your goals.

 

If you prefer high level approach, please consider using CCJson class instead.