Json2XlsxRequest.PathToJSONArray Property

Definition

Dot separated path to array in JSON. E.g.: "data" or "prop1.prop2.prop3"

[System.Text.Json.Serialization.JsonPropertyName("pathToJsonArray")]
public string PathToJSONArray { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("pathToJsonArray")>]
member this.PathToJSONArray : string with get, set
Public Property PathToJSONArray As String

Property Value

Attributes

Applies to