I'm using renderJSON(Object) to return some objects as JSON values, and it's working fine except for one field. Is there an easy way to add in that one field without ...
In the Play framework i have a few models that have fields which are object references to other models. When i use renderJSON, i don't want those object references to be ...
I'm trying to consume a JSON array I created using JavaScript but the array is never bound in my controller
Here is the JavaScript code I use to call my controller action
Hey guys I'm using Jackson to build a custom json object. I'm wondering if this is the correct way of going about this? It seems to work well(and output ...
I'm using renderJSON() method to return an array of objects, with a custom JsonSerializer for the class of each element. The response has the following format:
I need to render objects in JSON and send them to the client but I need to exclude fields like email and password for obvious reasons.
I know play uses GSON (by ...