home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ItemID": "Long Integer",
- "SKU": "Text (20)",
- "ItemName": "Text (50)",
- "CategoryID": "Long Integer",
- "Description": "Memo/Hyperlink (255)",
- "Price": "Single",
- "Weight": "Single"
- },
- "data": [
- {
- "ItemID": 1,
- "ItemName": "Dummy",
- "CategoryID": 0,
- "Price": 0,
- "Weight": 0
- }
- ]
- }