Skip to content

1.3.2

Compare
Choose a tag to compare
@stephenberry stephenberry released this 13 Jul 15:55
· 1613 commits to main since this release
  • Significantly increased JSON schema support (glz::schema can be passed in the place of comments in glz::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,...>)