Skip to content

Commit ba93c3a

Browse files
Add parseImpl method to json_adapter.h
1 parent 5a36522 commit ba93c3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/request_body_processor/json_adapter.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ class JSONAdapter {
3131
JsonParseResult parse(const std::string &input, JsonEventSink *sink,
3232
const JsonBackendParseOptions &options [[maybe_unused]]
3333
= JsonBackendParseOptions()) const;
34+
35+
private:
36+
JsonParseResult parseImpl(const std::string &input, JsonEventSink *sink,
37+
const JsonBackendParseOptions &options [[maybe_unused]]) const;
3438
};
3539

3640
} // namespace modsecurity::RequestBodyProcessor

0 commit comments

Comments
 (0)