JSON Introduction: Learning the Basics of JSON
What is JSON?
Javascript Object Notation(JSON) is a lightweight, text-based data interchange format. JSON is used to send data between a client(web browser) and a server over the web.
When a client sends data to a server, the data is sent in a JSON f...
hensco95.hashnode.dev4 min read