17 ~DummyParser()
override;
20 void Bool(
bool)
override;
21 void Int64(int64_t)
override;
22 void Uint64(uint64_t)
override;
23 void Double(
double)
override;
24 void String(std::string_view)
override;
25 void StartObject()
override;
26 void Key(std::string_view key)
override;
27 void EndObject()
override;
28 void StartArray()
override;
29 void EndArray()
override;
31 std::string Expected()
const override;
35 DummyParser& GetParser();
40 std::string GetPathItem()
const override {
return {}; }