Skip to content

taocpp-json 1.0.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@d-frey d-frey released this 22 Dec 11:44
12b1802
  • Added support for Visual Studio 2017.
  • Added tao::string_view (which is an alias to std::string_view when available).
  • Added tao::binary_view (which is std::vector<tao::byte>, where tao::byte is an alias to std::byte when available).
  • Added support to store tao::string_view or tao::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.