json/doc/mkdocs/docs/api/json_pointer/index.md
2021-11-05 23:29:15 +01:00

1.3 KiB

json_pointer

template<typename BasicJsonType>
class json_pointer;

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.

Template parameters

BasicJsonType
a specialization of basic_json

Member functions

See also

Version history

Added in version 2.0.0.