Guest User

Untitled

a guest
Apr 22nd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. object Json {
  2. def toJson[A](value: A)(implicit w: JsonWriter[A]): Json = w.write(value)
  3. }
Add Comment
Please, Sign In to add comment