Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [
  2. {
  3. "name": "birch-tree",
  4. "props": {
  5. "BranchesCount": 5,
  6. "SeedCount": 2,
  7. "BoughsCount": 2,
  8. "BarkCount": 2,
  9. "FruitsCount": 0,
  10. "FruitsType": ""
  11. }
  12. },
  13. {
  14. "name": "apple-tree",
  15. "props": {
  16. "BranchesCount": 3,
  17. "SeedCount": 3,
  18. "BoughsCount": 2,
  19. "BarkCount": 1,
  20. "FruitsCount": 3,
  21. "FruitsType": "apple"
  22. }
  23. },
  24. {
  25. "name": "palm-tree",
  26. "props": {
  27. "BranchesCount": 0,
  28. "SeedCount": 2,
  29. "BoughsCount": 0,
  30. "BarkCount": 1,
  31. "FruitsCount": 3,
  32. "FruitsType": "coconut"
  33. }
  34. },
  35. {
  36. "name": "fir-tree",
  37. "props": {
  38. "BranchesCount": 5,
  39. "SeedCount": 4,
  40. "BoughsCount": 3,
  41. "BarkCount": 1,
  42. "FruitsCount": 0,
  43. "FruitsType": ""
  44. }
  45. },
  46. {
  47. "name": "banana-palm-tree",
  48. "props": {
  49. "BranchesCount": 0,
  50. "SeedCount": 2,
  51. "BoughsCount": 0,
  52. "BarkCount": 1,
  53. "FruitsCount": 3,
  54. "FruitsType": "banana"
  55. }
  56. }
  57. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement