To visualize the JSON data using D3.js i had created a jsonfile first i created a csv file which contains id, name, description, category of any kind.
*Convert the csv file to json file using the jsonconverter.py *
*Runpython jsonconverter.py in terrminal and it generates jsondata.json file. *
I used the D3.js opensource to come to a conclusion on generating the following visualization.
The visualization provides the comparision of id, name, description on pie char as how many have been regiistered with unique ids and consistent names, descriptions.
The JSON data was written manually as d3.json() is not working by the community itself.They are working to solve this bug for hierarchical json fields.
I have alloted different unconsistent names and description.
Following is the screenshot of it.
