Is there any standard for JSON API response format?
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 … Read more