[scala] json 이슈

scala 2016. 10. 12. 19:18




1) play-js




2) json4s


scala json 라이브러리 중 하나인 json4s 3.2~3.4를 사용하고 있다.


  val json = parse(""" { "type": "general", "name":"sticon"} """)


json.extract[Map[String, Any]]로 호출할 때, No information known about type at ... Exception이 난다.


원인은 library 버전 의존성 또는 library 이슈로 생각된다.



https://github.com/json4s/json4s/issues/124




3) pickling


https://github.com/scala/pickling

Posted by '김용환'
,