I am trying to iterate over play JsArray as below
for (id <- myJSArray) {
val bn = new Person(new IDM(id.asInstanceOf[String]))
request.add(bn)
}
but the above does not works with for each...error is cannot resolve symbol foreach