rapture
rapture copied to clipboard
How to traver all json key?
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) => ... }