mirror of
https://github.com/nlohmann/json.git
synced 2025-04-23 22:05:33 +03:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
{}
|
|
{"one":1,"two":2}
|
|
[1,2,3,4]
|
|
{"one":[1],"two":[1,2]}
|
|
[[[1],"one"],[[1,2],"two"]]
|