more documentation
This commit is contained in:
parent
770b9820fe
commit
c85dbef98f
9 changed files with 441 additions and 85 deletions
17
doc/examples/operator_serialize.output
Normal file
17
doc/examples/operator_serialize.output
Normal file
|
@ -0,0 +1,17 @@
|
|||
{"one":1,"two":2}
|
||||
|
||||
[1,2,4,8,16]
|
||||
|
||||
{
|
||||
"one": 1,
|
||||
"two": 2
|
||||
}
|
||||
|
||||
[
|
||||
1,
|
||||
2,
|
||||
4,
|
||||
8,
|
||||
16
|
||||
]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue