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

Dedicated parsing into an AST index. #149

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

Creating an AST is significantly faster than the equivalent jsonv::parse call (approximately 10x speedup).

Fixes issue #147.