Edit

JSON_Free (handle)

Result type:  none

Definition:  Frees a JSON object handle allocated by JSON_Parse() or JSON_Get(). Note that JSON_Get may return either a simple data type or a handle to a subobject of the JSON; you only need to call JSON_Free for handles to subobjects. You should always call JSON_free to free the root object returned by a successful JSON_Parse.

See Also:

JSON_AsArray: Convert JSON to an associative array

JSON_AsXML: Convert JSON to XML

JSON_GetArray: Return a JSON object as an associative array