{
    'nodes' : [
        {
            'id' : 'ajax-item-1',
            'title' : 'JSON ajax item 1',
            'children' : [
                {
                    'id': 'ajax-item-11',
                    'title' : 'aaa',
					'unselectable' : true,
					'class' : 'blue'
                },
                {
                    'id' : 'ajax-item-12',
                    'title' : 'bbbb',
                    'hasChildren' : true 
                } 
            ] 
        } 
    ]
}