CsdlJsonReaderSettings.IsBracketNotation 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.
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