JSON for Modern C++
3.0.1
|
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... | |
Static Public Member Functions | |
static int | array_index (const std::string &s) |
Friends | |
class | basic_json |
allow basic_json to access private members More... | |
bool | operator!= (json_pointer const &lhs, json_pointer const &rhs) noexcept |
bool | operator== (json_pointer const &lhs, json_pointer const &rhs) noexcept |