home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / voll / COOLLINK / coollink.exe / Data.D_ / Data.D / Emails.json < prev    next >
JavaScript Object Notation  |  1998-11-23  |  454b

  1. {
  2.     "schema": {
  3.         "Index": "Long Integer",
  4.         "Email": "Text (255)",
  5.         "Folder": "Long Integer",
  6.         "Name": "Text (100)",
  7.         "Company": "Text (50)",
  8.         "Address": "Text (255)",
  9.         "Birthday": "Text (10)",
  10.         "Homepage": "Text (255)",
  11.         "Telephone": "Text (20)",
  12.         "Fax": "Text (20)",
  13.         "Program": "Long Integer",
  14.         "Comment": "Memo/Hyperlink (255)"
  15.     },
  16.     "data": [
  17.         {
  18.             "Index": 1,
  19.             "Email": "cool-links@geocities.com",
  20.             "Folder": 1,
  21.             "Name": "CoolLinks",
  22.             "Homepage": "http://www.geocities.com/SiliconValley/Sector/5813",
  23.             "Program": 0
  24.         }
  25.     ]
  26. }