JsonPathInfoSelectMatchingTokens Method

Finds the tokens in a json object structure matching the path.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public IEnumerable<JToken> SelectMatchingTokens(
	JObject jsonObj
)

Parameters

jsonObj  JObject
The json object structure to find tokens in.

Return Value

IEnumerableJToken
Tokens that match the path.

See Also