12 ~DummyParser()
override;
15 void Bool(
bool)
override;
16 void Int64(int64_t)
override;
17 void Uint64(uint64_t)
override;
18 void Double(
double)
override;
19 void String(std::string_view)
override;
20 void StartObject()
override;
21 void Key(std::string_view key)
override;
22 void EndObject()
override;
23 void StartArray()
override;
24 void EndArray()
override;
26 std::string Expected()
const override;
30 DummyParser& GetParser();
35 std::string GetPathItem()
const override {
return {}; }