GoPxL SDK
template<std::size_t N>
void Add ( const std::string &  path,
const char(&)  val[N] 
)
inline

Adds value if not exists.

Version
Introduced in 0.2.1.53
Parameters
pathJSON pointer path of the new field to add. This path MUST begin with a "/" to be a proper JSON pointer path.
valValue to be stored. Must be valid JSON data type. Specify the number of characters in the template argument.
Exceptions
GoJsonErrorwhen handle cannot be unflatted.