]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/operatorarray__key_type.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / operatorarray__key_type.output
1 2
2
3 {
4 "one": 1,
5 "three": 3,
6 "two": 2
7 }
8
9 {
10 "five": {
11 "really": {
12 "nested": true
13 }
14 },
15 "four": null,
16 "one": 1,
17 "three": 3,
18 "two": 2
19 }