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 5.50 KB | None | 0 0
  1. {
  2.   "Garden":{
  3.     "Plots":[
  4.       {
  5.         "PlotType":"Bush",
  6.         "Bush":{
  7.           "BerryColor":"pink"
  8.         },
  9.         "XDim":2,
  10.         "YDim":2,
  11.         "XLoc":3,
  12.         "YLoc":11
  13.       },
  14.       {
  15.         "PlotType":"Bush",
  16.         "Bush":{
  17.           "BerryColor":"red"
  18.         },
  19.         "XDim":1,
  20.         "YDim":1,
  21.         "XLoc":6,
  22.         "YLoc":20
  23.       },
  24.       {
  25.         "PlotType":"Flowers",
  26.         "Flowers":[
  27.           {
  28.             "Height":"tall",
  29.             "BulbType":"star",
  30.             "Color":"purple"
  31.           },
  32.           {
  33.             "Height":"med",
  34.             "BulbType":"star",
  35.             "Color":"red"
  36.           }
  37.         ],
  38.         "XDim":2,
  39.         "YDim":1,
  40.         "XLoc":5,
  41.         "YLoc":6
  42.       },
  43.       {
  44.         "PlotType":"Bush",
  45.         "Bush":{
  46.           "BerryColor":"None"
  47.         },
  48.         "XDim":2,
  49.         "YDim":1,
  50.         "XLoc":9,
  51.         "YLoc":12
  52.       },
  53.       {
  54.         "PlotType":"Bush",
  55.         "Bush":{
  56.           "BerryColor":"pink"
  57.         },
  58.         "XDim":7,
  59.         "YDim":1,
  60.         "XLoc":0,
  61.         "YLoc":0
  62.       },
  63.       {
  64.         "PlotType":"Crops",
  65.         "Crops":"grass",
  66.         "XDim":2,
  67.         "YDim":2,
  68.         "XLoc":4,
  69.         "YLoc":17
  70.       },
  71.       {
  72.         "PlotType":"Flowers",
  73.         "Flowers":[
  74.           {
  75.             "Height":"short",
  76.             "BulbType":"round",
  77.             "Color":"white"
  78.           }
  79.         ],
  80.         "XDim":1,
  81.         "YDim":1,
  82.         "XLoc":9,
  83.         "YLoc":15
  84.       },
  85.       {
  86.         "PlotType":"Crops",
  87.         "Crops":"grass",
  88.         "XDim":7,
  89.         "YDim":1,
  90.         "XLoc":8,
  91.         "YLoc":1
  92.       },
  93.       {
  94.         "PlotType":"Flowers",
  95.         "Flowers":[
  96.           {
  97.             "Height":"med",
  98.             "BulbType":"round",
  99.             "Color":"white"
  100.           }
  101.         ],
  102.         "XDim":1,
  103.         "YDim":1,
  104.         "XLoc":7,
  105.         "YLoc":13
  106.       },
  107.       {
  108.         "PlotType":"Crops",
  109.         "Crops":"tomatoes",
  110.         "XDim":3,
  111.         "YDim":1,
  112.         "XLoc":7,
  113.         "YLoc":10
  114.       },
  115.       {
  116.         "PlotType":"Crops",
  117.         "Crops":"watermelon",
  118.         "XDim":2,
  119.         "YDim":2,
  120.         "XLoc":1,
  121.         "YLoc":6
  122.       },
  123.       {
  124.         "PlotType":"Bush",
  125.         "Bush":{
  126.           "BerryColor":"None"
  127.         },
  128.         "XDim":1,
  129.         "YDim":1,
  130.         "XLoc":12,
  131.         "YLoc":16
  132.       },
  133.       {
  134.         "PlotType":"Flowers",
  135.         "Flowers":[
  136.           {
  137.             "Height":"med",
  138.             "BulbType":"round",
  139.             "Color":"orange"
  140.           },
  141.           {
  142.             "Height":"med",
  143.             "BulbType":"star",
  144.             "Color":"blue"
  145.           },
  146.           {
  147.             "Height":"med",
  148.             "BulbType":"round",
  149.             "Color":"white"
  150.           },
  151.           {
  152.             "Height":"tall",
  153.             "BulbType":"round",
  154.             "Color":"red"
  155.           }
  156.         ],
  157.         "XDim":2,
  158.         "YDim":2,
  159.         "XLoc":1,
  160.         "YLoc":15
  161.       },
  162.       {
  163.         "PlotType":"Flowers",
  164.         "Flowers":[
  165.           {
  166.             "Height":"med",
  167.             "BulbType":"closed",
  168.             "Color":"yellow"
  169.           },
  170.           {
  171.             "Height":"tall",
  172.             "BulbType":"closed",
  173.             "Color":"pink"
  174.           },
  175.           {
  176.             "Height":"tall",
  177.             "BulbType":"star",
  178.             "Color":"purple"
  179.           }
  180.         ],
  181.         "XDim":3,
  182.         "YDim":1,
  183.         "XLoc":8,
  184.         "YLoc":20
  185.       },
  186.       {
  187.         "PlotType":"Crops",
  188.         "Crops":"corn",
  189.         "XDim":3,
  190.         "YDim":2,
  191.         "XLoc":14,
  192.         "YLoc":9
  193.       },
  194.       {
  195.         "PlotType":"Bush",
  196.         "Bush":{
  197.           "BerryColor":"None"
  198.         },
  199.         "XDim":2,
  200.         "YDim":1,
  201.         "XLoc":12,
  202.         "YLoc":12
  203.       },
  204.       {
  205.         "PlotType":"Flowers",
  206.         "Flowers":[
  207.           {
  208.             "Height":"tall",
  209.             "BulbType":"star",
  210.             "Color":"yellow"
  211.           },
  212.           {
  213.             "Height":"med",
  214.             "BulbType":"star",
  215.             "Color":"pink"
  216.           },
  217.           {
  218.             "Height":"short",
  219.             "BulbType":"closed",
  220.             "Color":"red"
  221.           },
  222.           {
  223.             "Height":"short",
  224.             "BulbType":"closed",
  225.             "Color":"white"
  226.           },
  227.           {
  228.             "Height":"tall",
  229.             "BulbType":"star",
  230.             "Color":"blue"
  231.           },
  232.           {
  233.             "Height":"short",
  234.             "BulbType":"closed",
  235.             "Color":"red"
  236.           },
  237.           {
  238.             "Height":"med",
  239.             "BulbType":"closed",
  240.             "Color":"blue"
  241.           },
  242.           {
  243.             "Height":"med",
  244.             "BulbType":"round",
  245.             "Color":"red"
  246.           }
  247.         ],
  248.         "XDim":4,
  249.         "YDim":2,
  250.         "XLoc":13,
  251.         "YLoc":5
  252.       }
  253.     ],
  254.     "Features":[
  255.       {
  256.         "FeatureType":"Fountain",
  257.         "XDim":1,
  258.         "YDim":1,
  259.         "XLoc":11,
  260.         "YLoc":14
  261.       },
  262.       {
  263.         "FeatureType":"Pond",
  264.         "XDim":3,
  265.         "YDim":3,
  266.         "XLoc":3,
  267.         "YLoc":2
  268.       },
  269.       {
  270.         "FeatureType":"Fountain",
  271.         "XDim":1,
  272.         "YDim":1,
  273.         "XLoc":11,
  274.         "YLoc":7
  275.       },
  276.       {
  277.         "FeatureType":"Gazebo",
  278.         "XDim":2,
  279.         "YDim":2,
  280.         "XLoc":7,
  281.         "YLoc":17
  282.       }
  283.     ]
  284.   }
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement