BIT 4514 handout part 2 Javascript Object Notation (JSON)

BIT 4514 handout – part 2 Javascript Object Notation (JSON) JSON is often used with AJAX to retrieve structured data (typically an array) from a server, for use in a client-side application. The following example automatically populates a listbox from a database, based on the user choosing a value from a different listbox. jquery-ajax-json.html ................
................