Constructor and destructor documentation
- nz::udx_ver2::JsonPath::JsonPath ( const JsonPath & in )
-
Constructs a new JsonPath object from an existing JsonPath object (deep copy).
- Parameters
- in Existing JsonPath object.
- nz::udx_ver2::JsonPath::JsonPath ( const char * jsonpathString )
-
Constructs a new JsonPath object from a JsonPath string.
- Parameters
- jsonpathString Pointer to JsonPath string.
- nz::udx_ver2::JsonPath::JsonPath ( const char * jsonpathString, int len )
-
Constructs a new JsonPath object from a JsonPath string with length.
- Parameters
- jsonpathString Pointer to JsonPath string.
- nz::udx_ver2::JsonPath::JsonPath ( JsonPathContainer * in, int len )
-
Constructs a new JsonPath object from a JsonPathContainer.
- Parameters
- in Pointer to JsonPathContainer.