tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Remove "EOF" concept from match_result #92

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

match_result::complete_eof and match_result::incomplete_eof no longer have any meaning, since the parser is now complete-view based instead of buffered. This should help with performance.