Release v0.9.0
Migrated to jsoncons for all serialization.
- Support for CBOR has been added.
- Added
toString
free functions for dumpingVariant
,Array
, andObject
as a JSON-formattedstd::string
. - Changed Codec, Transport, and TransportBuffer type requirements.
- Variant instances are output as true JSON via
operator(ostream&, const Variant&)
ortoString
. - Session warnings no longer output to std::cerr by default. Session::setWarningHandler must be explicitly called to re-enable this behavior.
See CHANGELOG for more details.