github stephenberry/glaze v2.3.1
2.3.1

latest releases: v8.3.0, v8.2.0, v8.1.0...
2 years ago

New std::expected Support

The expected value will be directly written/read as JSON. The unexpected value will be written/read as an object with the key "unexpected".

Example of a string error from an expected (e.g. std::expected<MyStruct, std::string>):

{"unexpected":"my error"}

Improvements

Fixes

Full Changelog: v2.3.0...v2.3.1

Don't miss a new glaze release

NewReleases is sending notifications on new releases.