JSON
| Definition | : | JavaScript Object Notation |
| Category | : | Computing » Programming & Development |
| Country/Region | : | Worldwide |
| Popularity | : |
|
What does JSON mean?
JavaScript Object Notation (JSON) is a lightweight data-interchange format for storing and transporting data. It is a standard text-based format for representing structured data and is both human and machine-readable.
JSON makes it easy to share data between devices like clients and servers.
is a standard text-based format for representing structured data based on JavaScript object syntax.
Frequently Asked Questions
What is the full form of JSON?
The full form of JSON is JavaScript Object Notation