JSON tree viewer in D3

I want to create tree structure with Check boxes to all types of JSON parsed dynamically. How do I create a JSON tree viewer with checkboxes in D3.js?

Continue reading