Click or drag to resize
JsonObjectConverterDeserialize Method (String)

[Missing <summary> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.String)"]

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static JsonObject Deserialize(
	string json
)

Parameters

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.String)"]

Return Value

Type: JsonObject

[Missing <returns> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.String)"]

See Also