json/docs/examples/dump.output

56 lines
467 B
Plaintext
Raw Normal View History

2017-08-29 23:46:26 +02:00
objects:
2015-06-21 18:30:08 +02:00
{"one":1,"two":2}
{"one":1,"two":2}
{
"one": 1,
"two": 2
}
{
"one": 1,
"two": 2
}
{
"one": 1,
"two": 2
}
2017-08-29 23:46:26 +02:00
arrays:
2015-06-21 18:30:08 +02:00
[1,2,4,8,16]
[1,2,4,8,16]
[
1,
2,
4,
8,
16
]
[
1,
2,
4,
8,
16
]
[
1,
2,
4,
8,
16
]
2017-08-29 23:46:26 +02:00
strings:
"Hellö 😀!"
"Hell\u00f6 \ud83d\ude00!"
2018-10-24 09:28:57 +02:00
[json.exception.type_error.316] invalid UTF-8 byte at index 2: 0xA9
string with replaced invalid characters: "ä<>ü"
string with ignored invalid characters: "äü"