JSON Overview
JSON (JavaScript Object Notation) is a lightweight, language-independent, text-based data storage and data-interchange format to sharing between systems.
Below are some properties make JSON an ideal data-interchange language:
JSON is โself-describingโ and easy for humans to read and write.
JSON is text, written with JavaScript object notation.
JSON represent values in form of key/value pairs.
JSON
View On WordPress














