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 |
Who is the father of json and what is the scripting language json is based on?
What is json value?
Which browsers provide native JSON support?
What is serialization of an object?
Which browser provides native json support?
What are the limitations of json?
What does hasownproperty method do?
How to generate/send json data at the client side?
What is difference between json and bson?
what is JSON objects?
What is MIME type for JSON?
How to convert an object into json?