]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/ordered_map.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / ordered_map.output
CommitLineData
1e59de90
TL
1m_ordered = { one:eins two:zwei three:drei }
2m_std = { one:eins three:drei two:zwei }
3m_ordered = { two:zwei three:drei one:eins }
4m_std = { one:eins three:drei two:zwei }