Search
DiagramView.FromJson Method (String)
See Also
 





Creates a DiagramView object from JSON.

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

 Syntax

C#  Copy Code

public static DiagramView FromJson (
    string json
)

Visual Basic  Copy Code

Public Shared Function FromJson( _
    json As String _
) As DiagramView

 Parameters

json

The JSON string

 Return Value

 See Also