]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/operator_deserialize.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / operator_deserialize.output
1 {
2 "array": [
3 1,
4 2,
5 3,
6 4,
7 5
8 ],
9 "boolean": false,
10 "null": null,
11 "number": 23,
12 "string": "Hello, world!"
13 }