MCPcopy Create free account
hub / github.com/boostorg/json / parser

Method parser

include/boost/json/parser.hpp:160–163  ·  view source on GitHub ↗

Constructors. Construct a new parser. The parser will only support standard JSON if overloads **(1)** or **(2)** are used. Otherwise the parser will support extensions specified by the parameter `opt`. The parsed value will use the \<\ \> for storage. To use a different resource, call @ref r

Source from the content-addressed store, hash-verified

158 @{
159 */
160 parser() noexcept
161 : parser({}, {})
162 {
163 }
164
165 /** Overload
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected