restRespBodyGetJSON (Function) |
Top Previous Next |
This function will read the contents of the body of the response as a JSON structure.
Input: resp : SYSHANDLE A handle to the response.
Output: json : SYSHANDLE A handle to the JSON structure created from the body content. When the JSON structure is no longer needed, it must be released using jsonFree.
Returns: INT
Declaration: FUNCTION restRespBodyGetJSON : INT;
Example: Please see the "Examples - REST Example"
|