JSON Encoding Functions(3.0)
The functions described in this section are used to to encode lists, maps, or UDRs to JSON formatted strings.
jsonEncodeUdr
This function encodes a UDR to a JSON formatted string.
string jsonEncodeUdr ( DRUDR udr)
Parameter | Description |
---|---|
| The UDR to encode. |
Returns | A JSON formatted string. |
jsonFormat
This function encodes an any to a JSON formatted string.
string jsonFormat(any obj)
Parameter | Description |
---|---|
| The object to encode. |
Returns | A JSON formatted string. |