restReqBodyGetJSON (Function) |
Top Previous Next |
This function will read the contents of the body of the request as a JSON structure.
Input: req : SYSHANDLE A handle to the request.
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 restReqBodyGetJSON : INT;
Example: |