Skip to content
Snippets Groups Projects
ajax-tree-taxonomy.json 577 B
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    [
    	{"title": "Animalia", "expanded": true, "folder": true, "children": [
    		{"title": "Chordate", "folder": true, "children": [
    			{"title": "Mammal", "children": [
    				{"title": "Primate", "children": [
    					{"title": "Primate", "children": [
    					]},
    					{"title": "Carnivora", "children": [
    					]}
    				]},
    				{"title": "Carnivora", "children": [
    					{"title": "Felidae", "lazy": true}
    				]}
    			]}
    		]},
    		{"title": "Arthropoda", "expanded": true, "folder": true, "children": [
    			{"title": "Insect", "children": [
    				{"title": "Diptera", "lazy": true}
    			]}
    		]}
    	]}
    ]