mirror of
https://github.com/nlohmann/json.git
synced 2026-04-04 23:28:54 +00:00
more documentation
This commit is contained in:
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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user