taocpp-json 1.0.0-beta.9
Pre-release
Pre-release
- Added support for Visual Studio 2017.
- Added
tao::string_view(which is an alias tostd::string_viewwhen available). - Added
tao::binary_view(which isstd::vector<tao::byte>, wheretao::byteis an alias tostd::bytewhen available). - Added support to store
tao::string_viewortao::binary_view. - Routed comparison with direct values through the traits class template.
- Added decoder for the experimental support for UBJSON.
- Fixed and improved small details all over the place.