List out the uses of JSON?
Answer / Pramila Kumari
JSON is commonly used for data interchange, as an alternative to XML. It's lightweight, easy for humans to read and write, and easy for machines to parse and generate. JSON is primarily used: (1) in web applications for transmitting data between the server and the client, (2) in storing and exchanging data structures called messages, (3) as a data format for configuration files, (4) for data interchange with AJAX web services, and (5) for data storage and retrieval in NoSQL databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is jwt stateless?
What are the limitations of jsonp?
what is the role of JSON.stringify?
What is the use of json stringify?
What is the json(javascript object notation)?
Explain JSON Syntax Rules?
What is json string?
What is the default value of a constructor’s prototype?
Explain in detail about the advantages and features of json?
Can a comment be added inside a json file?
what is JSON objects?
What are the JSON Tools for Java Developer?