more documentation
This commit is contained in:
parent
f1c9aa26c4
commit
48545f5b18
14 changed files with 486 additions and 78 deletions
13
doc/examples/operator_deserialize.output
Normal file
13
doc/examples/operator_deserialize.output
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"array": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
],
|
||||
"boolean": false,
|
||||
"null": null,
|
||||
"number": 23,
|
||||
"string": "Hello, world!"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue