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

Remove jsonv::detail::string_view #140

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

Since 2.0 is C++17 only, std::string_view should be used exclusively.

tgockel commented 4 years ago