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

Removes `serialization_util.hpp` and puts classes in individual files. #157

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

The serialization_util.hpp file had become a dumping ground for various adaptors/extractors/serializers and related functions. Now the classes have been moved to dedicated files. For example, the extractor_construction class now lives in jsonv/serialization/extractor_construction.hpp.