mirror of
https://github.com/nlohmann/json
synced 2024-11-26 05:40:07 +00:00
5d87c4d409
* ✨ add recursive update function
18 lines
206 B
Plaintext
18 lines
206 B
Plaintext
{
|
|
"color": "blue",
|
|
"names": {
|
|
"en": "plane"
|
|
},
|
|
"price": 17.99,
|
|
"speed": 100
|
|
}
|
|
{
|
|
"color": "blue",
|
|
"names": {
|
|
"de": "Flugzeug",
|
|
"en": "plane"
|
|
},
|
|
"price": 17.99,
|
|
"speed": 100
|
|
}
|