json/example
Oliver Ofenloch 740dbaa7a6 Use the library's operator
```cpp
std::ostream &boost::json::operator<<(std::ostream &os, const boost::json::value &jv)
```
for output instead of jv.getXYZ() with std::ostream's operator <<
2023-05-08 10:52:52 +03:00
..
2022-10-19 17:43:19 +03:00
2021-10-04 17:29:28 +03:00
2020-10-04 11:06:25 -07:00
2023-05-08 10:52:52 +03:00
2020-10-04 11:06:25 -07:00
2020-10-04 18:30:22 -07:00