To support simplicity, possibility and cost effective of PHP

Posts Tagged ‘ json ’

More about JSON

Apr 27th, 2008 | By admin | Category: JavaScript

After the first post, JSON Quick start, you know what JSON is and how useful it’s in AJAX applications. This is more about JSON with more examples and advanced usages.



JSON quick start

Jan 19th, 2008 | By admin | Category: JavaScript

What does it stand for?
JavaScript Object Notation.
According to Douglas Corckford’s website, JSON is a lightweight data-interchange format. It is easy for humans to read and write… JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, [...]