]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/at_json_pointer.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / at_json_pointer.output
1 1
2 "foo"
3 [1,2]
4 2
5 "bar"
6 [1,21]
7 [json.exception.parse_error.106] parse error: array index '01' must not begin with '0'
8 [json.exception.parse_error.109] parse error: array index 'one' is not a number
9 [json.exception.out_of_range.401] array index 4 is out of range
10 [json.exception.out_of_range.402] array index '-' (2) is out of range
11 [json.exception.out_of_range.403] key 'foo' not found
12 [json.exception.out_of_range.404] unresolved reference token 'foo'