Class JsonProperty2JsonPath Defines a json property name (SearchPropertyName) to which a json path is applied.
Output will be written into a property which name is defined via OutputPropertyName.
Inheritance JsonProperty2JsonPath
Namespace : ETLBox.JsonAssembly : ETLBox.Json.dllSyntax# public class JsonProperty2JsonPath
Properties JsonPath#
Declaration public string JsonPath { get ; set ; }
Property Value OutputPropertyName#
Declaration public string OutputPropertyName { get ; set ; }
Property Value ReQueryJsonPathOutput#
Declaration public List < JsonProperty2JsonPath > ReQueryJsonPathOutput { get ; set ; }
Property Value SearchPropertyName#
Declaration public string SearchPropertyName { get ; set ; }
Property Value Methods Validate()#
Declaration Returns