]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/std_swap.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / std_swap.output
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/std_swap.output b/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/std_swap.output
new file mode 100644 (file)
index 0000000..5ae6db7
--- /dev/null
@@ -0,0 +1,2 @@
+j1 = {"one":1,"two":2} | j2 = [1,2,4,8,16]
+j1 = [1,2,4,8,16] | j2 = {"one":1,"two":2}