PDF Preview:
PDF Title : | JavaScript: The Good Parts |
---|---|
Total Page : | 172 Pages |
Author: | Douglas Crockford |
PDF Size : | 1.5 MB |
Language : | English |
Source : | crockford.com |
PDF Link : | Available |
Summary
Here on this page, we have provided the latest download link for JavaScript: The Good Parts PDF. Please feel free to download it on your computer/mobile. For further reference, you can go to crockford.com
JavaScript: The Good Parts
JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is based on JavaScript’s object literal notation, one of JavaScript’s best parts. Even though it is a subset of JavaScript, it is language-independent.
It can be used to exchange data between programs written in all modern programming languages. It is a text format, so it is readable by humans and machines. It is easy to implement and easy to use. There is a lot of material about JSON at http://www.JSON.org/.