|
GoPxL SDK
|
| void Add | ( | const std::string & | path, |
| const T & | val | ||
| ) |
Adds value if not exists.
| path | JSON pointer path of the new field to add. This path MUST begin with a "/" to be a proper JSON pointer path. |
| val | Value to be stored. Must be valid JSON data type. |
| GoJsonError | when handle cannot be unflatted. |