bigdata 2016-11-15

does anyone know how to do the following scala in clojure?

val peopleDS = spark.read.json(path).as[Person]

its more the .as[Person] bit