Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Return the parsed JSON text as a value.
value
release();
This returns the parsed value, or throws an exception if the parsing is
incomplete or failed. It is necessary to call reset after calling this function
in order to parse another JSON text.
Constant.
The parsed value. Ownership of this value is transferred to the caller.
|
Type |
Thrown On |
|---|---|
boost::system::system_error |
Thrown on failure. |