3#include <userver/formats/json/parser/typed_parser.hpp> 
    9class BoolParser 
final : 
public formats::json::parser::TypedParser<
bool> {
 
   11  using formats::json::parser::TypedParser<
bool>::TypedParser;
 
   14  void Bool(
bool b) override;
 
   16  std::string GetPathItem() 
const override;
 
   18  std::string Expected() 
const override;