getResponseJSON
Returns the HTTP response parsed with JSON rules.
Format 1
void getResponseJSON( json ) |
Format 2
void getResponseJSON( json, encoding ) |
Syntax rules
2. encoding is a string literal or data item that specifies the character set to be used while parsing the JSON stream. It accepts the same values as the
iscobol.encoding * configuration property.
General rules