Skip to content

Release 0.64.0

Latest
Compare
Choose a tag to compare
@oknenavin oknenavin released this 26 Jul 21:52
· 1 commit to master since this release
  • CXON: Support std::flat_map, std::flat_multimap, std::flat_set, std::flat_multiset (C++23)
  • JSON: Introduce json::format_traits::assume_no_escapes parameter - assume that strings to be read/written do not contain escape characters
  • JSON: Correctness parameters can also be set with pre-processor macros CXON_JSON_VALIDATE_STRING_ENCODING, CXON_JSON_VALIDATE_STRING_ESCAPES, CXON_JSON_PRODUCE_STRICT_JAVASCRIPT, CXON_JSON_ASSUME_NO_ESCAPES
  • JSON: Performance optimizations