home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Intermedia 1998 January
/
inter1_98.iso
/
biznes
/
nails16
/
employee.md_
/
employee.md
/
Suppliers.json
< prev
Wrap
JavaScript Object Notation
|
1997-08-29
|
621b
{
"schema": {
"SupplierID": "Long Integer",
"SupplierName": "Text (50)",
"ContactName": "Text (50)",
"ContactTitle": "Text (50)",
"Address": "Text (255)",
"City": "Text (50)",
"State": "Text (20)",
"Zip": "Text (20)",
"Country": "Text (50)",
"Phone": "Text (30)",
"Fax": "Text (30)",
"Email": "Text (50)",
"Notes": "Memo/Hyperlink (255)"
},
"data": [
{
"SupplierID": 1,
"SupplierName": "California Beauty Supply",
"ContactName": "Julia Robert",
"ContactTitle": "Ms.",
"Address": "1001 Hollywood Dr.",
"City": "Los Angeles",
"State": "FL",
"Zip": "30001",
"Country": "USA",
"Phone": "1112223333",
"Fax": "1111234567",
"Email": "Julia@aol.com",
"Notes": "She is not the actress"
}
]
}