mirror of
https://github.com/nlohmann/json
synced 2024-11-15 00:31:05 +00:00
457572184c
In this commit, also the semantics for values skipped via the parser callback has changed. Now, the top-level value is returned as “null” instead of “discarded”.
35 lines
616 B
Plaintext
35 lines
616 B
Plaintext
{
|
|
"Image": {
|
|
"Animated": false,
|
|
"Height": 600,
|
|
"IDs": [
|
|
116,
|
|
943,
|
|
234,
|
|
38793
|
|
],
|
|
"Thumbnail": {
|
|
"Height": 125,
|
|
"Url": "http://www.example.com/image/481989943",
|
|
"Width": 100
|
|
},
|
|
"Title": "View from 15th Floor",
|
|
"Width": 800
|
|
}
|
|
}
|
|
|
|
{
|
|
"Image": {
|
|
"Animated": false,
|
|
"Height": 600,
|
|
"IDs": [
|
|
116,
|
|
943,
|
|
234,
|
|
38793
|
|
],
|
|
"Title": "View from 15th Floor",
|
|
"Width": 800
|
|
}
|
|
}
|