Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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)
ParameterDescription

udr

The UDR to encode.

Returns

A JSON formatted string.

jsonFormat

This function encodes an any to a JSON formatted string.

string jsonFormat(any obj)
ParameterDescription

obj

The object to encode.

Returns

A JSON formatted string.



  • No labels