home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustomerName": "Text (15)",
- "NumberOfInvoices": "Integer",
- "Invoices": "Memo/Hyperlink (255)"
- },
- "data": [
- {
- "CustomerName": "ABC Corp.",
- "NumberOfInvoices": 4,
- "Invoices": "\u001a"
- },
- {
- "CustomerName": "Carp Corp.",
- "NumberOfInvoices": 4,
- "Invoices": "\u001a"
- },
- {
- "CustomerName": "Ink Inc.",
- "NumberOfInvoices": 3,
- "Invoices": "\u001a"
- },
- {
- "CustomerName": "Un Ltd.",
- "NumberOfInvoices": 6,
- "Invoices": "\u0019"
- },
- {
- "CustomerName": "ZZTop Co.",
- "NumberOfInvoices": 2,
- "Invoices": "\u001a"
- }
- ]
- }