- Significantly increased JSON schema support (
glz::schemacan be passed in the place of comments inglz::meta) (Thanks @jbbjarnason) - Better support for
std::string_viewas map key type - More efficient
stdmap 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,...>)