I want to convert hashmap into json object, my hashmap structure is look like this:
def res=Action{ implicit request=>
var response=new HashMap[String,Map[String,String]]
response=//etc .......
.
.
.
Ok(write(response))
}
bt its not working .