v0.2.0
·
75 commits
to master
since this release
Ability to return json objects with root prefix :
{
"user": {
"firstName": "lol"
}
}instead of
{
"firstName": "lol"
}