[]
Gets or sets the array that contains the items in TreeView. Arrays usually have a hierarchical structure with items that contain child items. There is no fixed limit to the depth of the items.
[Json("ItemsSource")]
[JsonConverter(typeof(ItemsSourceConverter))]
public IEnumerable<object> Source { get; set; }