Odinodin / data-frisk-reagent

http://odinodin.no/x/datafrisk/
MIT License
109 stars 9 forks source link

Feature request: sort map keys #17

Closed timgilbert closed 7 years ago

timgilbert commented 7 years ago

Once my data structures start to get fairly complex, it can be a little difficult to navigate down to the piece of it that I'm interested. It would be nice if data-frisk had an option to sort the keys in maps, rather than just presenting them in map sort order.

Odinodin commented 7 years ago

Good input. Is there a reason not to just always sort maps though?

Odinodin commented 7 years ago

Map keys are always sorted in 0.4.1. Thanks for the idea