Click or drag to resize

JTokenParse Method

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

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static JToken Parse(
	string json
)

Parameters

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Parse(System.String)"]

Return Value

Type: JToken

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

See Also