This is a starter application that shows how json validations can be performed using
- Json combinators
- Try Exception
- Option
- Either
- Cats
Run this using sbt. If you downloaded this project from http://www.playframework.com/download then you'll find a prepackaged version of sbt in the project directory:
sbt run
And then go to http://localhost:9000 to see the running web application.
There are several demonstration files available in this template.
-
HomeController.scala:
All source code is defined here