timo / json_fast

a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny
Artistic License 2.0
27 stars 20 forks source link

Allow :sorted-keys(Callable) for more customization #83

Closed lizmat closed 1 year ago

lizmat commented 2 years ago

So that e.g. :sorted-keys({$^b cmp $^a}) would order the keys in reverse alphabetical order.

lizmat commented 2 years ago

Ping

timo commented 1 year ago

merged outside of github web interface