Click or drag to resize

CommonObjectFromJSON Method (DictionaryString, String)

Create a CommonObject instance from a JSON dictionary

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static CommonObject FromJSON(
	Dictionary<string, string> jsonDictionary
)

Parameters

jsonDictionary
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="jsonDictionary"/> documentation for "M:Rhino.Runtime.CommonObject.FromJSON(System.Collections.Generic.Dictionary{System.String,System.String})"]

Return Value

Type: CommonObject

[Missing <returns> documentation for "M:Rhino.Runtime.CommonObject.FromJSON(System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also