mirror of
https://github.com/nlohmann/json.git
synced 2025-07-24 02:21:01 +03:00
simplified flatten/unflatten examples
This commit is contained in:
@ -11,12 +11,8 @@
|
||||
"name": "Niels",
|
||||
"nothing": null,
|
||||
"object": {
|
||||
"": "empty string",
|
||||
"/": "slash",
|
||||
"currency": "USD",
|
||||
"value": 42.99,
|
||||
"~": "tilde",
|
||||
"~1": "tilde1"
|
||||
"value": 42.99
|
||||
},
|
||||
"pi": 3.141
|
||||
}
|
||||
|
Reference in New Issue
Block a user