user‐defined string literal for JSON pointer

Synopsis

Declared in <nlohmann/json.hpp>

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

Return Value

json_pointer value parsed from s

Parameters

Name

Description

s

a string representation of a JSON Pointer

n

length of string s

Created with MrDocs