Ques:- What is JSON and how is it used in APIs
Asked In :-
Addweb solutions, Startup - Navya Network, Webvillee Technology, Cyber Group India, SENSEI Technologies, Fission Infotech, Principal Global Services, Noesys Consulting, Digital Nirvana Information Systems (I), Manipal Technologies,
Right Answer:
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. In APIs, JSON is commonly used to format data exchanged between a client and a server, allowing for structured data representation in requests and responses.
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. In APIs, JSON is commonly used to format data exchanged between a client and a server, allowing for structured data representation in requests and responses.