v0.5.0: Serialization
The focus of this release is extensible serialization between JSON values and C++ types.
- Creates
formats
,extractor
,serializer
andadapter
classes - Creates the
extract
andto_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 checkingkind
values.