userver: userver/formats/json/parser/typed_parser.hpp File Reference
Loading...
Searching...
No Matches
typed_parser.hpp File Reference

Detailed Description

Main base class for SAX parsers.

Definition in file typed_parser.hpp.

Go to the source code of this file.

+ 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>
formats::json::parser::ParseToType (std::string_view input)