Method NodeNameForJSON
NodeNameForJSON(string)
Extract a node name from the serialize node json data member
Declaration
public static string NodeNameForJSON(string json)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | json | The json of a serialized node  | 
    
Returns
| Type | Description | 
|---|---|
| string | Returns the name of the node from the json value  |