Move operator<<(basic_json) example

This commit is contained in:
Florian Albrechtskirchinger 2022-07-23 19:21:09 +02:00
parent df12a090e8
commit 22f7368574
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D
3 changed files with 2 additions and 2 deletions

View File

@ -57,13 +57,13 @@ Linear.
The example below shows the serialization with different parameters to `width` to adjust the indentation level.
```cpp
--8<-- "examples/operator_serialize.cpp"
--8<-- "examples/operator_ltlt__basic_json.cpp"
```
Output:
```json
--8<-- "examples/operator_serialize.output"
--8<-- "examples/operator_ltlt__basic_json.output"
```
## Version history