Versions Compared

Key

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

...

Parameter

Description

udr

The UDR to encode.

Returns

A JSON-formatted string.

...

jsonEncodeNonNullUdr

This function encodes a UDR to a JSON formatted string and omitting any fields that contain the a null value.

Code Block
string jsonEncodeNonNullUdr ( DRUDR udr)

...