[Global]: loading init
This commit is contained in:
22
deps/json/docs/examples/operator_ltlt__basic_json.output
vendored
Normal file
22
deps/json/docs/examples/operator_ltlt__basic_json.output
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{"one":1,"two":2}
|
||||
|
||||
[1,2,4,8,16]
|
||||
|
||||
{
|
||||
"one": 1,
|
||||
"two": 2
|
||||
}
|
||||
|
||||
[
|
||||
1,
|
||||
2,
|
||||
4,
|
||||
8,
|
||||
16
|
||||
]
|
||||
|
||||
{
|
||||
"one": 1,
|
||||
"two": 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user