Examples and best practices for using the python json module. Includes common operations such as reading, writing and formatting as well as solutions to common problems.
Read More ›
Json4s is one of the best libraries for manipulating json in Scala. Here are some examples and common use cases you may have come across and some you perhaps haven't.
Read More ›
Play 2 Allows a lot of flexibility for defining custom rules for JSON validation but if you want full control over how JSON is validated against a case class (including conditions that depend on more than one attribute and custom error messages) you need to write custom readers for your classes.
Read More ›