|
JSON for Modern C++
2.0.0
|
JSON Pointer. More...
#include <json.hpp>
Public Member Functions | |
| json_pointer (const std::string &s="") | |
| create JSON pointer More... | |
| operator std::string () const | |
| return a string representation of the JSON pointer More... | |
| std::string | to_string () const noexcept |
| return a string representation of the JSON pointer More... | |
Friends | |
| class | basic_json |
| allow basic_json to access private members More... | |
A JSON pointer defines a string syntax for identifying a specific value within a JSON document. It can be used with functions at and operator[]. Furthermore, JSON pointers are the base for JSON patches.
1.8.11