http://www.playframework.org/documentation/2.0/JavaJson
which is a 404.
I also don't see a nice way to respond with the appropriate format based on the accept-header...not that you can't write that yourself.
http://www.playframework.org/documentation/2.0.1/JavaJsonReq...
http://www.playframework.org/documentation/2.0/JavaXmlReques...
it's all over the place...search for "working with json" on those pages. Thanks for the correct link though.
it states that the jackson library ( http://jackson.codehaus.org/ ) is included in the framework which allows for type safe json bindings
http://www.playframework.org/documentation/2.0/JavaJson
which is a 404.
I also don't see a nice way to respond with the appropriate format based on the accept-header...not that you can't write that yourself.