]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/update__range.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / update__range.output
1 {
2 "color": "blue",
3 "names": {
4 "en": "plane"
5 },
6 "price": 17.99,
7 "speed": 100
8 }
9 {
10 "color": "blue",
11 "names": {
12 "de": "Flugzeug",
13 "en": "plane"
14 },
15 "price": 17.99,
16 "speed": 100
17 }