Skip to content

v0.2.0

Choose a tag to compare

@Michaelvilleneuve Michaelvilleneuve released this 30 Nov 14:07
· 75 commits to master since this release

Ability to return json objects with root prefix :

{
  "user":  {
    "firstName": "lol"
  }
}

instead of

{
  "firstName": "lol"
}