Very often JSON data is presented in text form and requires deserializing (parsing) to be usable by a developer for reading

 

 Get DeserializeString of oParser sJSON to hoJSON

 

The DeserializeString function of the cszJSONParser class deserializes a string containing JSON text and returns a JSON object based on the cszJSONObject class.