I am currently creating a dynamic diagram using d3.js that incorporates hierarchical data. The goal is to make it interactive so that users can manipulate the hierarchy by adding or removing data values and children. I'm wondering if there is a way to dynamically utilize JSON within the browser to achieve this. If not, are there any alternative methods you would recommend?
Thank you in advance!