GoPxL SDK
Home
Files
Namespace
template<typename T >
const T Get
(
const
GoJsonPointer
&
pointer
)
const
Gets value.
Version
Introduced in 0.2.1.53
Parameters
pointer
Json pointer
Exceptions
GoJsonError
if pointer does not exist.
GoJsonError
if type is not compatible with the json's type.
Returns
valid JSON data.
GoPxLSdk
GoJson