Essential REST API Design Practices
Using JSON for Sending and Receiving Data
In old days sending and receiving API requests were done mostly in XML and HTML. But these days, JSON(Javascript Object Notation) has largely become the format for sending and receiving API data. This is beca...
gauravvpnd.hashnode.dev2 min read