5 JSON resources for web developers
JSON(Javascript Object Notation) is defined as a lightweight data interchange format and fat-free lightweight alternative to xml. Since json is the native data form of Javascript, it can be used on the browser more easily then XML.
If you are a web developer who works with javascript/ajax a lot and still wondering what this json thing is, here is the first step to start with. Read this post about json and its uses.
Below is a list of 5 resources from where you can learn about json in detail.
1- json.org
First place to go to find definitive information. Douglas crockford is the man who invented json. json.org is a one stop place for everything json.
2- Mastering JSON
Detailed examples as well as retrieving and sending json data between browser and server. You cam also find tips on security and best practices.
3- JSON vs XML debate
Arguments are going on between which is better to use as a data format. Go read and judge yourself.
4- JSON with Ajax and PHP[video]
5- Slide on JSON
