mirror of
https://github.com/nlohmann/json.git
synced 2026-02-20 10:26:26 +00:00
off-by-one error in the documentation
This commit is contained in:
@@ -10531,7 +10531,7 @@ TEST_CASE("README", "[hide]")
|
||||
})"_json;
|
||||
|
||||
// access members with a JSON pointer (RFC 6901)
|
||||
j_original["/baz/2"_json_pointer];
|
||||
j_original["/baz/1"_json_pointer];
|
||||
// "two"
|
||||
|
||||
// a JSON patch (RFC 6902)
|
||||
|
||||
Reference in New Issue
Block a user