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

Detailed Description

Exception types for JSON streaming parsers.

Definition in file exception.hpp.

Go to the source code of this file.

#include <stdexcept>
#include <fmt/format.h>
#include <userver/formats/json/exception.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  formats::json::parser::BaseError
 
class  formats::json::parser::ParseError
 
class  formats::json::parser::InternalParseError
 

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.