jvican / dijon

A Dynamically Typed Scala Json Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala.util.parsing.json is deprecated

xuwei-k opened this issue · comments

I plan to release a 2.11 compatible dijon in the next month. From what I understand from here it seems that util.parsing would simple be modularized into its own dist separate from scala-core. I am not sure if they actually plan to completely nuke the json library from the official scala universe? Even then, it is not really a road-blocker as dijon can easily be modified to use any other library. All dijon does is wrap the parsed json (using any library) into an implicit Dynamic. Correct me if I am wrong...

Duplicate of #9