Search
TabbedDiagramView.FromJson Method (String)
See Also
 





Creates a Diagram object from JSON.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public new static TabbedDiagramView FromJson (
    string json
)

Visual Basic  Copy Code

Public Shadows Shared Function FromJson( _
    json As String _
) As TabbedDiagramView

 Parameters

json

The JSON string

 Return Value

 See Also