home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 90
/
PIWD90.iso
/
pc
/
contents
/
developer
/
tutorial_files
/
Pages90-91
/
dbPostcards.mdb
/
tblPostcards.json
Wrap
JavaScript Object Notation
|
2003-01-01
|
568b
{
"schema": {
"postcardID": "Long Integer",
"postcardLocation": "Text (100)",
"postcardTitle": "Text (100)"
},
"data": [
{
"postcardID": 1,
"postcardLocation": "card01.jpg",
"postcardTitle": "Chilli Pepper"
},
{
"postcardID": 2,
"postcardLocation": "card02.jpg",
"postcardTitle": "Pear"
},
{
"postcardID": 3,
"postcardLocation": "card03.jpg",
"postcardTitle": "Tiger"
},
{
"postcardID": 4,
"postcardLocation": "card04.jpg",
"postcardTitle": "Cork"
},
{
"postcardID": 5,
"postcardLocation": "card05.jpg",
"postcardTitle": "Christmas Tree"
},
{
"postcardID": 6,
"postcardLocation": "card06.jpg",
"postcardTitle": "Snowflakes"
}
]
}