Click or drag to resize

GraphSonUtilityGetTypedValueFromJsonNode Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.GetTypedValueFromJsonNode(Newtonsoft.Json.Linq.JToken)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static Object GetTypedValueFromJsonNode(
	JToken node
)

Parameters

node
Type: JToken

[Missing <param name="node"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.GetTypedValueFromJsonNode(Newtonsoft.Json.Linq.JToken)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.GetTypedValueFromJsonNode(Newtonsoft.Json.Linq.JToken)"]

See Also