home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Provider": "Text (50) NOT NULL",
- "InUse": "Boolean NOT NULL",
- "Telephone": "Text (15)",
- "Fax": "Text (15)",
- "Email": "Text (100)",
- "Address1": "Text (35)",
- "Address2": "Text (35)",
- "Address3": "Text (35)",
- "Address4": "Text (35)",
- "Address5": "Text (35)",
- "Postcode": "Text (10)",
- "Contact": "Text (50)"
- },
- "data": [
- {
- "Provider": "EMAP Newspapers plc",
- "InUse": 1,
- "Telephone": "0171 204 7171",
- "Fax": "0171 204 7272",
- "Address1": "70-77 Great Holborn Street",
- "Address2": "LONDON",
- "Postcode": "EC1 2KP",
- "Contact": "Claire Smith"
- },
- {
- "Provider": "Office Angels",
- "InUse": 1,
- "Telephone": "0113 204 8989",
- "Fax": "0113 204 8990",
- "Address1": "15 Park Row",
- "Address2": "Leeds",
- "Address3": "West Yorkshire",
- "Postcode": "LS1 2NN",
- "Contact": "Mr Ronaldsway"
- },
- {
- "Provider": "Yorkshire Post",
- "InUse": 1,
- "Telephone": "0113 244 4444",
- "Fax": "0113 244 4466",
- "Address1": "1 - 4 Wellington Street",
- "Address2": "Leeds",
- "Address3": "West Yorkshire",
- "Postcode": "LS2 4BP",
- "Contact": "Jenny Seagrove"
- }
- ]
- }