JsonDocumentOptions.AllowTrailingCommas 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出在所要讀取的 JSON 承載內,是否允許 (並忽略) 物件或陣列中的 JSON 值清單結尾有額外逗號。
public:
property bool AllowTrailingCommas { bool get(); void set(bool value); };
public bool AllowTrailingCommas { get; set; }
member this.AllowTrailingCommas : bool with get, set
Public Property AllowTrailingCommas As Boolean
屬性值
true
如果允許物件或陣列中 JSON 值清單結尾的額外逗號,則為 ;否則為 false
。 預設為 false
備註
根據預設, AllowTrailingCommas
會設定為 false
,如果 JsonException 遇到尾端逗號,則會擲回 。