Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  1. {
  2.   "Garden":{
  3.     "Plots":[
  4.       {
  5.         "PlotType":"Crops",
  6.         "Crops":"grass",
  7.         "XDim":3,
  8.         "YDim":2,
  9.         "XLoc":2,
  10.         "YLoc":0
  11.       },
  12.       {
  13.         "PlotType":"Flowers",
  14.         "Flowers":[
  15.           {
  16.             "Height":"short",
  17.             "BulbType":"closed",
  18.             "Color":"yellow"
  19.           },
  20.           {
  21.             "Height":"tall",
  22.             "BulbType":"closed",
  23.             "Color":"pink"
  24.           },
  25.           {
  26.             "Height":"tall",
  27.             "BulbType":"closed",
  28.             "Color":"orange"
  29.           },
  30.           {
  31.             "Height":"short",
  32.             "BulbType":"closed",
  33.             "Color":"white"
  34.           },
  35.           {
  36.             "Height":"short",
  37.             "BulbType":"round",
  38.             "Color":"blue"
  39.           },
  40.           {
  41.             "Height":"tall",
  42.             "BulbType":"closed",
  43.             "Color":"orange"
  44.           },
  45.           {
  46.             "Height":"tall",
  47.             "BulbType":"star",
  48.             "Color":"red"
  49.           },
  50.           {
  51.             "Height":"tall",
  52.             "BulbType":"closed",
  53.             "Color":"purple"
  54.           }
  55.         ],
  56.         "XDim":2,
  57.         "YDim":4,
  58.         "XLoc":2,
  59.         "YLoc":3
  60.       }
  61.     ],
  62.     "Features":[
  63.       {
  64.         "FeatureType":"Tree",
  65.         "XDim":1,
  66.         "YDim":1,
  67.         "XLoc":0,
  68.         "YLoc":1
  69.       }
  70.     ]
  71.   }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement