Search code examples
javascriptdiagramivr

Is there a javascript lib to design an IVR diagram with JSON output


i need a javascript plugin can design an dynamic IVR diagram and in output can get object for pass to server side.

i found mxgraph but not for IVR.


Solution

  • Here is a sample IVR app: https://gojs.net/latest/samples/IVRtree.html

    Call diagram.model.toJson() to save it as JSON-formatted text.