Dominik Meyer
cc002ebfbb
git-subtree-dir: libs/json git-subtree-split: f42a74b8f53cc308647123d49d33d1c8122e3f42
759 B
759 B
json_pointer
template<typename BasicJsonType>
class json_pointer;
Template parameters
BasicJsonType
- a specialization of
basic_json
Member functions
- (constructor)
- to_string - return a string representation of the JSON pointer
- operator std::string- return a string representation of the JSON pointer
- operator/= - append to the end of the JSON pointer
- operator/ - create JSON Pointer by appending
- parent_pointer - returns the parent of this JSON pointer
- pop_back - remove last reference token
- back - return last reference token
- push_back - append an unescaped token at the end of the pointer
- empty - return whether pointer points to the root document