Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

ParameterDescription

udr

The UDR to encode.

Returns

A JSON formatted string.

jsonFormat

This function encodes an any to a JSON formatted string.

...