com-lihaoyi / upickle

uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala
https://com-lihaoyi.github.io/upickle
MIT License
721 stars 165 forks source link

Improve sortKeys #556

Closed lihaoyi closed 9 months ago

lihaoyi commented 9 months ago

Rather than using string-based sorting all the time, instead we try to find patterns where the keys are all numbers, and sort using their numeric values instead

Covered by additional unit tests