GoPxL SDK
template<typename T >
const T Get ( const GoJsonPointer pointer) const

Gets value.

Version
Introduced in 0.2.1.53
Parameters
pointerJson pointer
Exceptions
GoJsonErrorif pointer does not exist.
GoJsonErrorif type is not compatible with the json's type.
Returns
valid JSON data.