Constructor and destructor documentation
- nz::udx_ver2::Jsonb::Jsonb ( const Jsonb & in )
- Constructs a new Jsonb object from an existing Jsonb object (deep copy).
-
- Parameters
- in Existing Jsonb object.
- nz::udx_ver2::Jsonb::Jsonb ( JsonbContainer * in, int len )
- Constructs a new Jsonb object from a JsonbContainer with length.
-
- Parameters
- in Pointer to Jsonb binary data.
- len Byte length of in.
- nz::udx_ver2::Jsonb::Jsonb ( const char * jsonString )
- Constructs a new Jsonb object from a JSON string.
-
- Parameters
- json String Pointer to JSON string.
- nz::udx_ver2::Jsonb::Jsonb ( const char * jsonString, int len )
- Constructs a new Jsonb object from a JSON string with length.
-
- Parameters
- json String Pointer to JSON string.
- len Length of JSON string.