1.3.2
- Significantly increased JSON schema support (
glz::schema
can be passed in the place of comments inglz::meta
) (Thanks @jbbjarnason) - Better support for
std::string_view
as map key type - More efficient
std
map type handling (especially of non-string keys, which are quoted) (Thanks @SlaaneshChosen) - Fixed support for glaze enum keys in map types (e.g.
std::map<MyEnum,...>
)