GoPxL SDK
template<typename T >
T Get ( const std::string &  path)

Gets value.

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