
Quick Reference
JSON or JavaScript Object Notation is a lightweight is a text-based open standard designed for human-readable data interchange. Conventions used by JSON are known to programmers which include C, C++, Java, Python, Perl etc.
JSON stands for JavaScript Object Notation.
This format was specified by Douglas Crockford.
This was designed for human-readable data interchange
JSON has been extended from the JavaScript scripting language.
JSON filename extension is .json
JSO...
More