]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/flatten.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / flatten.output
1 {
2 "/answer/everything": 42,
3 "/happy": true,
4 "/list/0": 1,
5 "/list/1": 0,
6 "/list/2": 2,
7 "/name": "Niels",
8 "/nothing": null,
9 "/object/currency": "USD",
10 "/object/value": 42.99,
11 "/pi": 3.141
12 }