Skip to content

v0.2.0

Compare
Choose a tag to compare
@Michaelvilleneuve 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"
}