All Downloads are FREE. Search and download functionalities are using the official Maven repository.

acsgh.mad.scala.examples.jetty.JsonProtocol.scala Maven / Gradle / Ivy

The newest version!
package acsgh.mad.scala.examples.jetty

import spray.json.{DefaultJsonProtocol, RootJsonFormat}

trait JsonProtocol extends DefaultJsonProtocol {

  implicit val personFormat: RootJsonFormat[Person] = jsonFormat3(Person)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy