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
- Host: GitHub
- URL: https://github.com/eis/play2-json-example
- Owner: eis
- Created: 2012-08-03T14:43:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T14:58:36.000Z (almost 14 years ago)
- Last Synced: 2025-01-01T08:20:59.734Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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`.