Click or drag to resize

JTokenFromObject Method (Object)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.FromObject(System.Object)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static JToken FromObject(
	Object o
)

Parameters

o
Type: SystemObject

[Missing <param name="o"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.FromObject(System.Object)"]

Return Value

Type: JToken

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.FromObject(System.Object)"]

See Also