共用方式為


CsdlJsonReaderSettings.IsBracketNotation 屬性

定義

取得/設定布林值,指出 JSON 路徑的格式。 如果為 true:$['store']['book'][0]['title'] 如果為 false:$.store.book[0].title 預設為 false。

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

屬性值

適用於