jto / validation

validation api extracted from play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON

stanch opened this issue · comments

commented

Reading playframework/playframework#1904 I understand that this is work in progress, but the current status of pulling play-json out makes this library unusable. validation does not include Json.parse (not to depend on Jackson), but it’s not possible to include full play-json to deal with that (because the AST gets duplicated) Do you have a plan on how to solve this?

commented

May I suggest that as a temporary solution either @jto, @mandubian or @stanch extracts the current play-json — minus old validation — to a separate repo and validation gets a dependency on that? Also https://github.com/mandubian/play-json-alone could be a starting point.

commented

Another option is to just pull the serialization stuff to this repo, as done in https://github.com/stanch/validation/commit/1e6d38ee6181ec3f2a67237b9482cc8faa0687f2.