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
| 158 | @{ |
| 159 | */ |
| 160 | parser() noexcept |
| 161 | : parser({}, {}) |
| 162 | { |
| 163 | } |
| 164 | |
| 165 | /** Overload |
| 166 |
nothing calls this directly
no outgoing calls
no test coverage detected