github stephenberry/glaze v1.2.5
1.2.5

latest releases: v8.3.0, v8.2.0, v8.1.0...
3 years ago
  • Building again with MinGW
  • JSON pointer array access has been fixed: e.g. auto x0 = glz::get_as_json<int, "/obj/x/0">(s);
  • Indent fix for prettify when [] is empty, and using empty where possible for better performance with containers like std::list (thanks @justend29)
  • Read and write file functions now take in the buffer, which allows for buffer reuse and better performance: auto ec = glz::read_file_json(obj, "./obj.txt", std::string{}); The non-buffer versions are now deprecated with messages to add the buffer as the last argument. These have been deprecated because it is best for users to be aware of where allocations are happening.

Don't miss a new glaze release

NewReleases is sending notifications on new releases.