json_fast
json_fast copied to clipboard
from-json: preserving order in objects/hashes
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.