Click or drag to resize

JTokenSelectTokens Method (String)

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

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<JToken> SelectTokens(
	string path
)

Parameters

path
Type: SystemString

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

Return Value

Type: IEnumerableJToken

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

See Also