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

Moves extraction-specific options from `parse_options` into `extract_… #151

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

…options`

Altered the fields of parse_options:

This re-enabled various unit tests that had been commented out, as the parser options can be respected.