json/doc/examples/operator_serialize.output
2015-06-21 22:42:32 +02:00

18 lines
95 B
Plaintext

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