Jsonapi.org和Play Framework

时间:2015-02-21 20:36:28

标签: json playframework-2.0

Play Framework中是否支持jsonapi.org JSON模式? 如果不是,那么提供这种支持的任何好的第三方Java库?

1 个答案:

答案 0 :(得分:1)

您可以查看:

https://github.com/zalando/scala-jsonapi

一些示例用例:

https://github.com/zalando/scala-jsonapi/blob/master/src/test/scala/org/zalando/jsonapi/json/ExampleSpec.scala

或者,根据JSON API规范,您可以尝试使用自己的案例类和Play JSON组合器(https://www.playframework.com/documentation/2.5.x/ScalaJsonCombinators)以标准方式自行完成此操作 - 我不会这样做认为这将是太多的开销,你会得到更多的编译时检查。