home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2002 March
/
PCWMAR02.iso
/
hands_on
/
DBCFEB01
/
dbcfeb02b.mdb
/
TblOrder.json
< prev
Wrap
JavaScript Object Notation
|
2001-10-29
|
446b
{
"schema": {
"OrderID": "Long Integer",
"ContactID": "Double",
"ContactUser": "Text (50)",
"ContactDate": "Text (50)",
"OrderProcessed": "Text (50)"
},
"data": [
{
"OrderID": 1,
"ContactID": 3,
"ContactUser": "3MIW",
"ContactDate": "22/10/01"
},
{
"OrderID": 2,
"ContactID": 20,
"ContactUser": "3PJN",
"ContactDate": "23/10/01"
},
{
"OrderID": 3,
"ContactID": 18,
"ContactUser": "3PJN",
"ContactDate": "23/10/01"
},
{
"OrderID": 4,
"ContactID": 3,
"ContactUser": "3MIW",
"ContactDate": "24/10/01"
}
]
}