d2tweaks-rnd2k/vendor/json/doc/examples/operator_serialize.output

23 lines
121 B
Plaintext
Raw Permalink Normal View History

2024-08-07 20:54:51 +00:00
{"one":1,"two":2}
[1,2,4,8,16]
{
"one": 1,
"two": 2
}
[
1,
2,
4,
8,
16
]
{
"one": 1,
"two": 2
}