Search code examples
jsondata-structuresdiagramdiagramming

Build automatic diagramms of JSON structure


I'm searching service when I can build diagramms.

Example you can see here: http://courses.cs.washington.edu/courses/cse333/12sp/assignments/hw2/hw2.html

Have a nice day and thank you!


Solution

  • My answer is in case you are searching for web environment diagrams, you can use: NVD3.js which is av simplified version of D3.js

    you can see thier examplese pages: NVD3.js examples D3.js example

    D3.js is far more flexible but you have to learn more in order to use it. for me NVD3.js was just fine.

    there is also: charts.js & paper.js but I'm less know about them.

    Another related lib: http://c3js.org/