Click or drag to resize
JsonMapperToObject Method (TextReader)

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.ToObject(System.IO.TextReader)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static JsonData ToObject(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader

[Missing <param name="reader"/> documentation for "M:X3Platform.Json.JsonMapper.ToObject(System.IO.TextReader)"]

Return Value

Type: JsonData

[Missing <returns> documentation for "M:X3Platform.Json.JsonMapper.ToObject(System.IO.TextReader)"]

See Also