home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "pozycja": "Long Integer",
- "nazwa firmy": "Text (70) NOT NULL",
- "ulica": "Text (25)",
- "kod pocztowy": "Text (15) NOT NULL",
- "poczta": "Text (50) NOT NULL",
- "siedziba": "Text (50) NOT NULL",
- "konto": "Text (70)",
- "pracownik": "Text (50)",
- "telefon": "Text (50)",
- "fax": "Text (50)",
- "NIP": "Text (13)",
- "pierwszy formularz": "Integer"
- },
- "data": [
- {
- "pozycja": 1,
- "nazwa firmy": "xxxxx",
- "ulica": "xxx",
- "kod pocztowy": "xxxxx",
- "poczta": "xxxxx",
- "siedziba": "xxxxx",
- "konto": "xxxxx",
- "pracownik": "xxxxx",
- "telefon": "xxxxx",
- "fax": "xxxxx",
- "pierwszy formularz": 2
- }
- ]
- }