JSON Pointer defines a string syntax for identifying a specific value within a JSON document
Synopsis
Declared in <nlohmann/json_fwd.hpp>
template<typename RefStringType>
class json_pointer;Friends
| Name | Description | 
| 
 | create a new JSON pointer by appending the array‐index‐token at the end of the JSON pointer | 
| 
 | create a new JSON pointer by appending the unescaped token at the end of the JSON pointer | 
| 
 | create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer | 
| 
 | write string representation of the JSON pointer to stream | 
| 
 | JSON Pointer defines a string syntax for identifying a specific value within a JSON document | 
| a class to store JSON values | 
Created with MrDocs