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
Hi, there’s no need - you can use the low level emitter interface to send document tokens for keys in any order you’d like. If you need some inspiration for how to implement that, you can start with a copy of dumper_mt in lib/lyaml/init.lua and tweak accordingly. Alternatively, take a look at my Specl project, which also calls the low level interfaces to add line number tracking for displaying nicer error messages.
I was wondering if it would be possible to add a flag to sort keys in arrays before generating?
The text was updated successfully, but these errors were encountered: