d2tweaks-rnd2k/vendor/json/doc/examples/operator_serialize.output
2024-08-07 14:54:51 -06:00

23 lines
121 B
Plaintext

{"one":1,"two":2}
[1,2,4,8,16]
{
"one": 1,
"two": 2
}
[
1,
2,
4,
8,
16
]
{
"one": 1,
"two": 2
}