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

Parse into non-`value` #147

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

Instead of only parsing into a jsonv::value, there should be a parser which only creates an AST index. This will allow in-place parsing and extraction without the jsonv::value middleman.