Indented serialisation
Open
- Dominant language
- C++
- Stars
- 479
- Forks
- 110
- Avg merge
- 10d 3h
- Merged PRs (30d)
- 5
Description
Can the output from `value_from` be indented to make reading output easier?
```cpp
std::cout << boost::json::value_from( b ) << std::endl;
```
Contributor guide
Assessment
This issue has not been assessed yet.