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

from-json: preserving order in objects/hashes #76

Open gueriksson opened 3 years ago

gueriksson commented 3 years ago

It would be really handy for many small modifications of large json files to be able to preserve the incoming order in the imported hashes to facilitate the following export back to json. Would it be possible by using ArrayHash Hash::Ordered or something? I am sorry that I'm not able to send a useful PR.