mirror of
https://github.com/nlohmann/json.git
synced 2024-11-30 18:59:02 +08:00
b21c345179
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
3 lines
86 B
Plaintext
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}
|