Dwayne Glenn

Results 2 issues of Dwayne Glenn

Hi, When I use the method "json" as follow: ``` scala import rapture.json._ import rapture.json.jsonBackends.spray._ val test = json"""{"platform":"ios", "app_key":"KEY_1"}""" println(test) ``` I got a error as follow: ``` scala...

question

Hi, I can not find a method in rapture.json to traver all json key, could you tell me?