data_example.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "meta":{
  3. "name":"jsMind remote",
  4. "author":"hizzgdev@163.com",
  5. "version":"0.2"
  6. },
  7. "format":"node_tree",
  8. "data":{"id":"root","topic":"jsMind","children":[
  9. {"id":"easy","topic":"Easy","direction":"left","expanded":false,"children":[
  10. {"id":"easy1","topic":"Easy to show"},
  11. {"id":"easy2","topic":"Easy to edit"},
  12. {"id":"easy3","topic":"Easy to store"},
  13. {"id":"easy4","topic":"Easy to embed","children":[
  14. {"id":"easy41","topic":"Easy to show"},
  15. {"id":"easy42","topic":"Easy to edit"},
  16. {"id":"easy43","topic":"Easy to store"},
  17. {"id":"open44","topic":"BSD License","children":[
  18. {"id":"open441","topic":"on GitHub"},
  19. {"id":"open442","topic":"BSD License"}
  20. ]},
  21. {"id":"easy45","topic":"Easy to embed"}
  22. ]}
  23. ]},
  24. {"id":"open","topic":"Open Source","direction":"right","children":[
  25. {"id":"open1","topic":"on GitHub"},
  26. {"id":"open2","topic":"BSD License","children":[
  27. {"id":"open21","topic":"on GitHub"},
  28. {"id":"open22","topic":"BSD License","children":[
  29. {"id":"open221","topic":"on GitHub"},
  30. {"id":"open222","topic":"BSD License"}
  31. ]}
  32. ]}
  33. ]},
  34. {"id":"powerful","topic":"Powerful","direction":"right","expanded":false,"children":[
  35. {"id":"powerful1","topic":"Base on Javascript"},
  36. {"id":"powerful2","topic":"Base on HTML5"},
  37. {"id":"powerful3","topic":"Depends on you","expanded":false,"children":[
  38. {"id":"powerful31","topic":"Base on Javascript"},
  39. {"id":"powerful32","topic":"Base on HTML5"},
  40. {"id":"powerful33","topic":"Depends on you"}
  41. ]}
  42. ]},
  43. {"id":"other","topic":"test node","direction":"left","children":[
  44. {"id":"other1","topic":"I'm from ajax"},
  45. {"id":"other2","topic":"I can do everything"}
  46. ]}
  47. ]}
  48. }