niXman / yas

Yet Another Serialization
731 stars 95 forks source link

Add support for std::monostate #106

Closed GIGte closed 3 years ago

GIGte commented 3 years ago

Allows serialization of std::monostate type which is used together with std::variant.

niXman commented 3 years ago

thanks! and for s/__YAS_THROW_IF_BAD_JSON_CHARS/__YAS_THROW_IF_WRONG_JSON_CHARS too!