first commit
This commit is contained in:
17
third_party/nlohmann_json/docs/examples/update__range.output
vendored
Normal file
17
third_party/nlohmann_json/docs/examples/update__range.output
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"color": "blue",
|
||||
"names": {
|
||||
"en": "plane"
|
||||
},
|
||||
"price": 17.99,
|
||||
"speed": 100
|
||||
}
|
||||
{
|
||||
"color": "blue",
|
||||
"names": {
|
||||
"de": "Flugzeug",
|
||||
"en": "plane"
|
||||
},
|
||||
"price": 17.99,
|
||||
"speed": 100
|
||||
}
|
||||
Reference in New Issue
Block a user