Connectivity Middleware Utilities Library
JSON parser utilities

General Description

The JSON format is often used for serializing and transmitting structured data over a network connection.

It is used primarily to transmit data between a server and web application, serving as an alternative to XML. JSON is JavaScript Object Notation. The JSON parser utility library provides helper functions to parse JSON objects and calls the function registered by the caller

API Reference

 JSON parser enumerated types
 Documentation of all the enums provided by JSON parser utility library.
 
 JSON parser data structures
 Documentation of the data structures defined and used by JSON parser utility library.
 
 JSON parser functions
 The JSON parser utility library provides helper functions to parse JSON objects.
 
 JSON parser snippets