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

  1. {
  2.     "schema": {
  3.         "Index": "Long Integer",
  4.         "Parent": "Long Integer",
  5.         "Comment": "Memo/Hyperlink (255)",
  6.         "Password": "Text (10)",
  7.         "Name": "Text (100)"
  8.     },
  9.     "data": [
  10.         {
  11.             "Index": 1,
  12.             "Parent": 0,
  13.             "Comment": "Samples for famous computer-relating sites.",
  14.             "Name": "Computer"
  15.         },
  16.         {
  17.             "Index": 2,
  18.             "Parent": 0,
  19.             "Comment": "This folder is not structured. It contains a little bit of\r\neverything.\r\n",
  20.             "Name": "Something from here and there"
  21.         }
  22.     ]
  23. }