Open yilaguan opened 8 years ago
Hi, I can not find a method in rapture.json to traver all json key, could you tell me?
i guess you could just convert it to a Map[String,Json] and map it:
myJson.as[Map[String,Json]].map{ case (key,value) => ... }
Hi, I can not find a method in rapture.json to traver all json key, could you tell me?