cleanup and documentation
This commit is contained in:
parent
f834965b44
commit
40e899a819
15 changed files with 978 additions and 202 deletions
doc/examples
22
doc/examples/unflatten.output
Normal file
22
doc/examples/unflatten.output
Normal file
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue