To support simplicity, possibility and cost effective of PHP

Posts Tagged ‘ ajax with json ’

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, [...]