Daily Archives: 8/13/2007

JavaScript Object Notation

JavaScript Object Notation is an alternative data format to XML for AJAX. To use JSON you need the json.js script at www.json.org. It contains the JavaScript functions to convert arrays to JSON strings. The JSON strings are parsed by JavaScript … Continue reading

Posted in General | Leave a comment