How to decode a nested json into a List[Object] using Circe in Scala

后端 未结 0 586
误落风尘
误落风尘 2021-02-01 11:24

I have a json that looks somewhat like this

{
    "results": {
        "result_1": {
            "text": "abc"
        },
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题