JSON Server

To receive Data or sending data to web server we use JSON.stringify() and JSON.parse(). A common use of JSON is to exchange data on web server.

Code :