Tag: javascript

Getting Started with JSON

Getting Started with JSON

December 14, 2009 | By | 13 Comments

This post will walk through JSON basic concepts. What is JSON? JSON (JavaScript Object Notation) is a lightweight data-interchange format, widely hailed as the successor to XML in the browser. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of [...]

Continue Reading