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

Extract directly from text #150

Open tgockel opened 4 years ago

tgockel commented 4 years ago

Instead of only parsing into a jsonv::value, there should be a extractor which works directly on an AST index. This will allow extraction without the jsonv::value middleman.