com-lihaoyi / upickle

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

Add readwriters for SortedMap and LinkedHashMap #479

Closed lihaoyi closed 1 year ago

lihaoyi commented 1 year ago

There are a lot more scala.collection.*Maps out there, but these are the ones I need regularly