Main base class for SAX parsers.
Definition in file typed_parser.hpp.
Go to the source code of this file.
#include <optional>#include <userver/formats/json/parser/base_parser.hpp>#include <userver/utils/assert.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | formats::json::parser::Subscriber< T > |
| class | formats::json::parser::SubscriberSink< T > |
| class | formats::json::parser::SubscriberSinkOptional< T > |
| class | formats::json::parser::TypedParser< T > |
| Main base class for SAX parsers. More... | |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::json |
| JSON support. | |
| namespace | formats::json::parser |
| Streaming JSON SAX parsers and parser stack. | |
Functions | |
| template<typename T, typename Parser> | |
| T | formats::json::parser::ParseToType (std::string_view input) |