home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ShippingMethodID": "Long Integer",
- "ShippingMethod": "Text (20)"
- },
- "data": [
- {
- "ShippingMethodID": 1,
- "ShippingMethod": "Speedy Express"
- },
- {
- "ShippingMethodID": 2,
- "ShippingMethod": "Federal Shipping"
- },
- {
- "ShippingMethodID": 3,
- "ShippingMethod": "Mail Company"
- },
- {
- "ShippingMethodID": 4,
- "ShippingMethod": "Slow Shipping"
- }
- ]
- }