...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Reset the parser for a new JSON text.
void
reset(
storage_ptr
sp = {}) noexcept;
This function is used to reset the parser to prepare it for parsing a new complete JSON text. Any previous partial results are destroyed.
Constant or linear in the size of any previous partial parsing results.
No-throw guarantee.
Name |
Description |
---|---|
|
A pointer to the |