Standard JSON API response format? - Stack Overflow
Yes there are a couple of standards (albeit some liberties on the definition of standard) that have emerged:
- JSON API - JSON API covers creating and updating resources as well, not just responses.
- JSend - Simple and probably what you are already doing.
- OData JSON Protocol - Very complicated.
- HAL - Like OData but aiming to be HATEOAS like.
- A recommended standard for Rails
Read full article from Standard JSON API response format? - Stack Overflow
No comments:
Post a Comment