Skip to content

Commit 388aee9

Browse files
committed
Cleanup json_parser
1 parent e35c08f commit 388aee9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/jsoncons/json_parser.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ class basic_json_parser : public ser_context
236236
return input_ptr_ == input_end_;
237237
}
238238

239+
const char_type* current() const
240+
{
241+
return input_ptr_;
242+
}
243+
239244
~basic_json_parser() noexcept
240245
{
241246
}

0 commit comments

Comments
 (0)