GoPxL SDK
Home
Files
Namespace
template<std::size_t N>
void Replace
(
const std::string &
path
,
const char(&)
val
[N]
)
inline
Adds value if not exists.
Version
Introduced in 0.2.1.53
Parameters
path
Path.
val
Value to be stored. Must be valid JSON data type.
Exceptions
GoJsonError
when handle cannot be unflatted.
GoPxLSdk
GoJson