Json2XlsxRequest.PathToJSONArray Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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