Click to See Complete Forum and Search --> : Creating image array with JSON


shade45
08-02-2006, 11:18 AM
Hey Gang,

I am a first time user of JSON but nontheless want to use it with my ajax script. I want to create a JSON script that contains/describes jpegs and the title of that jpeg. So it will only conatin two peices of data the image and the image title. However I want 10 images ( and titles) to be described

I was wondering if somebody could provide an example of this JSON script?

Kravvitz
08-02-2006, 04:43 PM
JSON stands for JavaScript Object Notation. (Read this.) (http://www.json.org/) It's not a language in itself. You should have posted this in the JavaScript forum.

saarmi
08-02-2006, 08:26 PM
hey,

the notes are really useful :)