What is JSON?.
JSON (JavaScript Object Notation) is a data storage and communication format based on a key-value pair of JavaScript object literals. It is a lightweight text-based open standard designed for human-readable data interchange.
Quick Questions About JSON | |
---|---|
JSON store | data in key-value format |
Media type | application/json |
Filename extension | .json |
JSON full form | JavaScript Object Notation |
JSON is developed by | Douglas Crockford |
Data types supported by JSON | Number, String, Boolean, Array, Object, and null |
No. of Questions | 18 |