Created
January 25, 2017 15:49
-
-
Save ignasi35/619f823f6df4f745c3934e1beb5cd869 to your computer and use it in GitHub Desktop.
An IntelliJ IDE live template to create a companion object with a Play Json formatter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object $TYPE$ { | |
implicit val format: Format[$TYPE$] = Json.format | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment