We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e6729 commit 3ced402Copy full SHA for 3ced402
CHANGELOG.md
@@ -25,7 +25,13 @@
25
26
- New non-throwing accessor `try_as<T>()` for `basic_json` that return a `std::expected`-like result,
27
28
-- Breaking changes to staj iterator classes
+- Changes
29
+
30
+ - Until now, the reflection traits generated by the convenience macros `JSONCONS_ALL_MEMBER_TRAITS`
31
+ etc. produced JSON (or other formats) with object names in sorted order. After this release,
32
+ they will produce JSON, BSON etc. with object names in the order that they appear as macro arguments.
33
34
+- Breaking change to staj iterator classes
35
36
- Classes `staj_array_view` and `staj_object_view` and corresponding factories `staj_array`
37
and `staj_object` have been removed.
0 commit comments