typelevel/squants

Remove json module?

cquiroz opened this issue · 2 comments

It seems odd to me that we have support for a particular json lib (json4s) I'd expect that to live in a separate project/repo along other json encoders (circe, etc)

WDYT?

Such modules could also live inside/next to the JSON libraries, see the discussion here:
circe/circe#1111

json4s is currently only a test dependency. My initial attempts suggest that this dependency in particular will be hard to port. So maybe just remove those tests?