v0.2.0
Michaelvilleneuve
released this
30 Nov 14:07
·
74 commits
to master
since this release
Ability to return json objects with root prefix :
{
"user": {
"firstName": "lol"
}
}
instead of
{
"firstName": "lol"
}