home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "type": "Text (255)",
- "City": "Text (255)",
- "Name": "Text (255)",
- "State": "Text (255)",
- "Street": "Text (255)",
- "Zip": "Long Integer"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "type": "US-Address",
- "City": "Los Angeles",
- "Name": "Main office",
- "State": "California",
- "Street": "Grosvenor Bvld.",
- "Zip": 314159
- }
- ]
- }