Search
NodeListView.FromJson Method (String)
See Also
 





Creates a NodeListView object from JSON.

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

 Syntax

C#  Copy Code

public static NodeListView FromJson (
    string json
)

Visual Basic  Copy Code

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

 Parameters

json

The JSON string

 Return Value

 See Also