Files
json/examples/std_swap.output
T
2023-03-08 12:43:29 +00:00

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}