Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.   "Garden":{
  3.     "Plots":[
  4.       {
  5.         "PlotType":"Bush",
  6.         "Bush":{
  7.           "BerryColor":"purple"
  8.         },
  9.         "XDim":1,
  10.         "YDim":5,
  11.         "XLoc":0,
  12.         "YLoc":1
  13.       },
  14.       {
  15.         "PlotType":"Flowers",
  16.         "Flowers":[
  17.           {
  18.             "Height":"short",
  19.             "BulbType":"star",
  20.             "Color":"purple"
  21.           }
  22.         ],
  23.         "XDim":1,
  24.         "YDim":1,
  25.         "XLoc":3,
  26.         "YLoc":0
  27.       },
  28.       {
  29.         "PlotType":"Bush",
  30.         "Bush":{
  31.           "BerryColor":"white"
  32.         },
  33.         "XDim":1,
  34.         "YDim":7,
  35.         "XLoc":2,
  36.         "YLoc":2
  37.       }
  38.     ]
  39.   }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement