home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "city": "Text (255)",
- "state": "Text (255)",
- "street": "Text (255)",
- "zip": "Long Integer"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "city": "Vereno",
- "state": "CA",
- "street": "119 Oakstreet, Suite 4876",
- "zip": 29213
- },
- {
- "PrimaryKey": 2,
- "ForeignKey": 2,
- "city": "Brenton",
- "state": "MA",
- "street": "9865 Millenium Center, Suite 456",
- "zip": 5985
- }
- ]
- }