nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 60_tojson.md
1 ---
2 title: toJson
3 name: functions-tojson
4 ---
5
6 **function toJson();**
7
8 Get the tree data as json.
9
10 {% highlight js %}
11 // Assuming the tree exists
12 $('#tree1').tree('toJson');
13 {% endhighlight %}