Constructor and destructor documentation

nz::udx_ver2::Json::Json ( const Json & in )

Constructs a new Json object from an existing Json object (deep copy).

Parameters
in Existing Json object.
nz::udx_ver2::Json::Json ( const char * jsonString )

Constructs a new Json object from a JSON string.

Parameters
jsonString Pointer to JSON string.
nz::udx_ver2::Json::Json ( const char * jsonString, int len )

Constructs a new Json object from a JSON string with length.

Parameters
jsonString Pointer to JSON string.
len Byte length of JSON string not including the terminating null character.
nz::udx_ver2::Json::Json ( const Jsonb & in )

Constructs a new Json object from a Jsonb object.

Parameters
in Input Jsonb object.