Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 308 Bytes

spray-json-examples

#Used libraries

  • spray-json - spray-json is a lightweight, clean and efficient JSON implementation in Scala.
  • specs2 - best testing library for Scala

#Description of content

  • src/test/scala/HelloSpec contains some serialization and deserialization test using spray-json and specs2