antoinecellier / raccord

5 stars 0 forks source link

feat: strip falcor response json envelope before display #38

Closed hgwood closed 7 years ago

hgwood commented 7 years ago

Displays

{
  "stations": {
    ...
  }
}

instead of

{
  "json": {
    "stations": {
      ...
    }
  }
}