nlohmann::operator""_json_pointer

user-defined string literal for JSON pointer

Synopsis

Declared in <nlohmann/json.hpp>

nlohmann::json::json_pointer
operator""_json_pointer(
    char const* s,
    std::size_t n);

Return Value

json_pointer value parsed from s

Parameters

NameDescription
sa string representation of a JSON Pointer
nlength of string s