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.Json
Assembly: ETLBox.Json.dll
Syntax
    public class JsonProperty2JsonPath

Properties

JsonPath

Declaration
    public string JsonPath { get; set; }
Property Value
TypeDescription
string

OutputPropertyName

Declaration
    public string OutputPropertyName { get; set; }
Property Value
TypeDescription
string

ReQueryJsonPathOutput

Declaration
    public List<JsonProperty2JsonPath> ReQueryJsonPathOutput { get; set; }
Property Value
TypeDescription
List<JsonProperty2JsonPath>

SearchPropertyName

Declaration
    public string SearchPropertyName { get; set; }
Property Value
TypeDescription
string

Methods

Validate()

Declaration
    public bool Validate()
Returns
TypeDescription
bool