mirror of
https://github.com/nlohmann/json.git
synced 2026-07-12 13:35:13 +00:00
📡 update documentation (#4723)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address
|
||||
structured values. A JSON Pointer is a string that identifies a specific value within a JSON document.
|
||||
The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as an alternative means to
|
||||
address structured values. A JSON Pointer is a string that identifies a specific value within a JSON document.
|
||||
|
||||
Consider the following JSON document
|
||||
|
||||
|
||||
Reference in New Issue
Block a user