You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Stable" JSON output libraries generally sort object keys lexically. While I understand from #178 that the default order is insertion order, it would be great to also have an option to produce output with sorted keys.
I think this would this entail a few additional Generator structs, with write_object overridden,
The text was updated successfully, but these errors were encountered:
"Stable" JSON output libraries generally sort object keys lexically. While I understand from #178 that the default order is insertion order, it would be great to also have an option to produce output with sorted keys.
I think this would this entail a few additional Generator structs, with
write_object
overridden,The text was updated successfully, but these errors were encountered: