json \ "foo" //Simple path: JArray(List(JObject(List((foo,JString(bar)))))) ... "bar") (json \ "foo")(0) //Index lookup (for JsArrays): JObject(List((foo ...
確定! 回上一頁