Skip to content

Instantly share code, notes, and snippets.

@anuragsrivastava06
Created April 14, 2018 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anuragsrivastava06/cbfc591392bb413d316d894951941af7 to your computer and use it in GitHub Desktop.
Save anuragsrivastava06/cbfc591392bb413d316d894951941af7 to your computer and use it in GitHub Desktop.
object Json {
def toJson[A](value: A)(implicit w: JsonWriter[A]): Json = w.write(value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment