mirror of
https://github.com/nlohmann/json
synced 2024-11-15 00:31:05 +00:00
54 lines
369 B
Plaintext
54 lines
369 B
Plaintext
objects:
|
|
{"one":1,"two":2}
|
|
|
|
{"one":1,"two":2}
|
|
|
|
{
|
|
"one": 1,
|
|
"two": 2
|
|
}
|
|
|
|
{
|
|
"one": 1,
|
|
"two": 2
|
|
}
|
|
|
|
{
|
|
"one": 1,
|
|
"two": 2
|
|
}
|
|
|
|
arrays:
|
|
[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
|
|
]
|
|
|
|
strings:
|
|
"Hellö 😀!"
|
|
"Hell\u00f6 \ud83d\ude00!"
|
|
[json.exception.type_error.316] invalid UTF-8 byte at index 3: 0xC0
|