jsoniter-scala
jsoniter-scala copied to clipboard
Add support for some popular Scala classes like `Duration`, non-case classes, etc.
Non case-classes with be awesome ;)
@ricardogaspar2 Initial support of Scala non-case classes was added in the v0.29.0 release
It would be easier to add support of scala.concurrent.duration.Duration
when the following bug will be fixed: https://github.com/scala/bug/issues/11178
great! ;)
https://github.com/scala/bug/issues/11178 is closed.