An open API service indexing awesome lists of open source software.

https://github.com/eis/play2-json-example

Simple example of Play 2.0 app that outputs JSON objects
https://github.com/eis/play2-json-example

Last synced: 2 months ago
JSON representation

Simple example of Play 2.0 app that outputs JSON objects

Awesome Lists containing this project

README

          

This is a sample Play 2.0 application
=====================================

It doesn't do anything fancy, but allows creating instances of data, as well as outputting them as JSON.
Also, it should include an adequate number of Play 2.0 tests.

This file will be packaged with your application, when using `play dist`.