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 all usage of Boost from the project. #139

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

Boost has been a build-time dependency for a while, but packaging in C++ is such a pain that it seems easier to reinvent the wheel instead of continuing to deal with the constantly-changing packaging of Boost across 5 distros.

Fixes issue #137.