val records: List[Map[String, Any]] = for { JObject(rec) <- json "records" JField("name", JString(name)) <- rec
確定! 回上一頁