json/doc/examples/operator_serialize.output

18 lines
95 B
Plaintext
Raw Normal View History

2015-06-22 04:42:32 +08:00
{"one":1,"two":2}
[1,2,4,8,16]
{
"one": 1,
"two": 2
}
[
1,
2,
4,
8,
16
]