Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "types":[
  3. {
  4. "id":1,
  5. "text":"Utility"
  6. },
  7. {
  8. "id":7,
  9. "text":"Lease Terms"
  10. },
  11. ],
  12. "tags":[
  13. {
  14. "id":8,
  15. "text":"Water",
  16. "type":1
  17. },
  18. {
  19. "id":9,
  20. "text":"Electricity",
  21. "type":1
  22. },
  23. {
  24. "id":5,
  25. "text":"Minimum 12 month lease",
  26. "type":7
  27. },
  28. {
  29. "id":17,
  30. "text":"lease negotiable/flexible",
  31. "type":7
  32. },
  33. ]
  34. }
  35.  
  36. {
  37. "1":{
  38. "text":"Utility",
  39. "tags":{
  40. "8":{
  41. "text":"Water"
  42. },
  43. "9":{
  44. "text":"Electricity"
  45. },
  46. }
  47. },
  48. "2":{
  49. "text":"Lease Terms",
  50. "tags":{
  51. "5":{
  52. "text":"Minimum 12 month lease"
  53. },
  54. "17":{
  55. "text":"lease negotiable/flexible"
  56. },
  57. }
  58. },
  59. }
  60.  
  61. { "2017" : { "01": { "01" : ["00:00", "01:00", "02:00"] } } }
  62.  
  63. {
  64. "Utility": {
  65. "8": "Water",
  66. "9": "Electricity"
  67. },
  68. "Lease Terms": {
  69. "5": "Minimum 12 month lease",
  70. "17": "lease negotiable/flexible"
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement