mirror of
https://github.com/nlohmann/json.git
synced 2026-06-28 06:44:22 +00:00
cleanup and documentation
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"answer": {
|
||||
"everything": 42
|
||||
},
|
||||
"happy": true,
|
||||
"list": [
|
||||
1,
|
||||
0,
|
||||
2
|
||||
],
|
||||
"name": "Niels",
|
||||
"nothing": null,
|
||||
"object": {
|
||||
"": "empty string",
|
||||
"/": "slash",
|
||||
"currency": "USD",
|
||||
"value": 42.99,
|
||||
"~": "tilde",
|
||||
"~1": "tilde1"
|
||||
},
|
||||
"pi": 3.141
|
||||
}
|
||||
Reference in New Issue
Block a user