[Global]: loading init
This commit is contained in:
17
deps/json/docs/examples/update__range.output
vendored
Normal file
17
deps/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