Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. bookStore {
  2.  
  3. title : {
  4. id : "id",
  5. name : "Book Stores",
  6. value : "Book Stores"
  7. label : "Label"
  8. },
  9.  
  10.  
  11. details :[{
  12. name : {
  13. id :"id",
  14. label : "label",
  15. value : "BookStore1"
  16. },
  17. type : {
  18. id :"id",
  19. label : "label",
  20. value : [ "On-Line"
  21. },
  22. activity :{
  23. id :"id",
  24. label : "label",
  25. value : [
  26. Literature , Art
  27. ],
  28.  
  29. },
  30. webAddress :{
  31. id :"id",
  32. label : "label",
  33. value : "On-Line"
  34. },
  35. actions :{
  36. showDetails :{},
  37. }
  38. }]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement