X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fjaegertracing%2Fopentelemetry-cpp%2Fthird_party%2Fnlohmann-json%2Fdoc%2Fexamples%2Fflatten.output;fp=ceph%2Fsrc%2Fjaegertracing%2Fopentelemetry-cpp%2Fthird_party%2Fnlohmann-json%2Fdoc%2Fexamples%2Fflatten.output;h=33bd4c4b9feee47182922c28a8c2c6005845a937;hb=1e59de90020f1d8d374046ef9cca56ccd4e806e2;hp=0000000000000000000000000000000000000000;hpb=bd41e436e25044e8e83156060a37c23cb661c364;p=ceph.git diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/flatten.output b/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/flatten.output new file mode 100644 index 000000000..33bd4c4b9 --- /dev/null +++ b/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/flatten.output @@ -0,0 +1,12 @@ +{ + "/answer/everything": 42, + "/happy": true, + "/list/0": 1, + "/list/1": 0, + "/list/2": 2, + "/name": "Niels", + "/nothing": null, + "/object/currency": "USD", + "/object/value": 42.99, + "/pi": 3.141 +}