Skip to content

Instantly share code, notes, and snippets.

View alonpeer's full-sized avatar

Alon Peer alonpeer

View GitHub Profile
@salomvary
salomvary / PlayJson.scala
Last active July 9, 2017 16:58
PlayJson Crash Course
import java.time.{Instant, ZonedDateTime}
import play.api.libs.json._
import scala.util.control.NonFatal
/**
* PlayJson Basics
*/
// See type hierarchy (^H) of: