<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > cJSON |
Description
cJSON is a module that implements an Ultralightweight JSON parser.
For information about JSON: http://www.json.org/
cJSON is based on cJSON library. Sources can be found at: https://github.com/DaveGamble/cJSON
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "cJSON"
The module provides both low level interface, faithful to the CJSON original, and high level interface in form of a CCJson class, which is more simple to use.
Additional information
Important notes about cJSON module
1. cJSON thinBasic module is based on cJSON library Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
2. cJSON thinBasic module needs Redistributable Visual C Runtime for Visual Studio 2015/2017.
|