1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00
Files
json/examples/std_swap.output

3 lines
86 B
Plaintext

j1 = {"one":1,"two":2} | j2 = [1,2,4,8,16]
j1 = [1,2,4,8,16] | j2 = {"one":1,"two":2}