json-voorhees v0.5.0 Release Notes

Release Date: 2015-02-13 // about 9 years ago
  • ๐Ÿš€ The focus of this release is extensible serialization between JSON values and C++ types.

    • Creates formats, extractor, serializer and adapter classes
    • ๐Ÿ†“ Creates the extract and to_json free functions for conversion
    • ๐Ÿ— Creates the Serialization Builder DSL for easily making type adapters
    • โž• Adds support for compiling with GCC and Clang on Windows with Cygwin
    • โž• Adds experimental support for Microsoft Visual Studio 14 (CTP 5)
    • โž• Adds the value::is_X convenience functions for checking kind values.