home *** CD-ROM | disk | FTP | other *** search
/ Floor Plan 3D Home Design 6.0 / FloorPlan3DHomeDesign-v6.0-Windows.iso / Data.Cab / F1644_FlrPlan.mdb / Materials.json < prev    next >
JavaScript Object Notation  |  2001-03-19  |  346b

  1. {
  2.     "schema": {
  3.         "MaterialID": "Long Integer",
  4.         "MaterialName": "Text (40) NOT NULL",
  5.         "CategoryID": "Long Integer",
  6.         "TextureID": "Long Integer",
  7.         "PrpopertyID": "Long Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "MaterialID": 1,
  12.             "MaterialName": "Red Brick",
  13.             "CategoryID": 1,
  14.             "TextureID": 7,
  15.             "PrpopertyID": 11
  16.         },
  17.         {
  18.             "MaterialID": 2,
  19.             "MaterialName": "ertert",
  20.             "CategoryID": 5,
  21.             "TextureID": 23,
  22.             "PrpopertyID": 6
  23.         }
  24.     ]
  25. }