We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a448b68 + ac5ea3c commit 12d55d4Copy full SHA for 12d55d4
README.md
@@ -1,7 +1,7 @@
1
# Play json Mapping
2
Enhance the ability to create writes and reads from complex case classes graph.
3
4
-[  ](https://bintray.com/null-vector/releases/play-json-mapping/1.0.0/link)
+[](https://bintray.com/null-vector/releases/play-json-mapping/1.0.4/link)
5
6
## Installation
7
Add into your `build.sbt` the following lines:
@@ -49,4 +49,4 @@ object Money extends Enumeration {
49
}
50
...
51
implicit val moneyMapping: Format[Money] = JsonMapper.mappingOf[Money]
52
-```
+```
0 commit comments