...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Parse some of an input string as JSON, incrementally.
std::size_t write_some( bool more, char const* data, std::size_t size, system::error_code& ec); »more...
std::size_t write_some( bool more, char const* data, std::size_t size, std::error_code& ec); »more...