home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "Parent": "Long Integer NOT NULL",
- "Name": "Text (40) NOT NULL",
- "Comment": "Text (255)"
- },
- "data": [
- {
- "ID": 1,
- "Parent": 1,
- "Name": "Public Project Template",
- "Comment": "This Project Template is created automatically in a new Library, and is the default ProjectTemplate."
- },
- {
- "ID": 2,
- "Parent": 1,
- "Name": "New Project Template",
- "Comment": "lkjdsfl;ksajf;lsakjdfasdf"
- }
- ]
- }