JsonFormat.JsonNodeReference Property

Definition

Gets or sets the JSONPath of the JSON array element to be flattened. Example: "$.ArrayPath". Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="jsonNodeReference")]
public object JsonNodeReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jsonNodeReference")>]
member this.JsonNodeReference : obj with get, set
Public Property JsonNodeReference As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to