home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 February / maximum-cd-2002-02.iso / Files / Sharp Tips Manager / data1.cab / App_Executables / DataBase / Init.Lib / Tips.json < prev   
Encoding:
JavaScript Object Notation  |  2001-11-15  |  628 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Title": "Text (50)",
  5.         "ParentID": "Long Integer",
  6.         "HasChild": "Boolean NOT NULL",
  7.         "Type": "Text (4)",
  8.         "URL": "Text (120)",
  9.         "Author": "Text (20)",
  10.         "InputTime": "DateTime",
  11.         "UpdateTime": "DateTime",
  12.         "Content": "Memo/Hyperlink (255)"
  13.     },
  14.     "data": [
  15.         {
  16.             "ID": 1,
  17.             "Title": "1",
  18.             "ParentID": 0,
  19.             "HasChild": 0,
  20.             "InputTime": "06/08/01 14:44:47",
  21.             "UpdateTime": "06/08/01 14:44:47"
  22.         },
  23.         {
  24.             "ID": 2,
  25.             "Title": "2",
  26.             "ParentID": 0,
  27.             "HasChild": 1,
  28.             "InputTime": "06/08/01 14:44:50",
  29.             "UpdateTime": "06/08/01 14:44:50",
  30.             "Content": "\r\n"
  31.         },
  32.         {
  33.             "ID": 13,
  34.             "Title": "New",
  35.             "ParentID": 2,
  36.             "HasChild": 0,
  37.             "InputTime": "06/08/01 18:12:01",
  38.             "UpdateTime": "06/08/01 18:12:01",
  39.             "Content": "\r\n"
  40.         }
  41.     ]
  42. }