Salty/vendor/json/doc/examples/operator_serialize.output
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11: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
}