This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
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.
References
1.JavaScript Object Notation (JSON) Data Interchange Format RFC 8259
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.
|