home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / wtest / micrsoft / vbasic4 / vb4-1.cab / demo.mdb / ProjectTemplates.json < prev   
Encoding:
JavaScript Object Notation  |  1995-08-15  |  379 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Parent": "Long Integer NOT NULL",
  5.         "Name": "Text (40) NOT NULL",
  6.         "Comment": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "ID": 1,
  11.             "Parent": 1,
  12.             "Name": "Public Project Template",
  13.             "Comment": "This Project Template is created automatically in a new Library, and is the default ProjectTemplate."
  14.         },
  15.         {
  16.             "ID": 2,
  17.             "Parent": 1,
  18.             "Name": "New Project Template",
  19.             "Comment": "lkjdsfl;ksajf;lsakjdfasdf"
  20.         }
  21.     ]
  22. }