JsonPathInfo.SelectMatchingTokens Method
Finds the tokens in a json object structure matching the path.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public IEnumerable<JToken> SelectMatchingTokens(
JObject jsonObj
)
- jsonObj JObject
- The json object structure to find tokens in.
IEnumerable<JToken>Tokens that match the path.