Disclaimer: I'm not a Java expert, so please provide me some enhanced version if mine is suboptimal!
What I want to achieve is to render the following "static" JSON:
{
"errors": [
{ "name": "Server said this field is required" },
{ "name": "Oh...and this one failed as well" }
]