Share via


CsdlJsonReaderSettings.IsBracketNotation Property

Definition

Gets/sets a boolean value indicating the format of the JSON path. If true: $['store']['book'][0]['title'] If false: $.store.book[0].title By default, it's false.

public bool IsBracketNotation { get; set; }
member this.IsBracketNotation : bool with get, set
Public Property IsBracketNotation As Boolean

Property Value

Applies to