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": "New York",
- "Name": "US dependency",
- "State": "Atlanta",
- "Street": "Noble Ave.",
- "Zip": 4812
- }
- ]
- }