Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 circe api 的新用户,目前我使用以下代码从 JSON 文档中获取元素:
((json.getOrElse(Json.Null) \\ name head) asString) get
如果有更好的建议,它看起来应该使用更多的代码?