summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/60_tojson.md
blob: 55da1d7b84395f33579b934e3808b30143f1e6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: toJson
name: functions-tojson
---

**function toJson();**

Get the tree data as json.

{% highlight js %}
// Assuming the tree exists
$('#tree1').tree('toJson');
{% endhighlight %}