CsdlJsonReaderSettings Class
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.
Settings used when parsing CSDL-JSON document.
public class CsdlJsonReaderSettings : Microsoft.OData.Edm.Csdl.CsdlReaderSettingsBase
type CsdlJsonReaderSettings = class
inherit CsdlReaderSettingsBase
Public Class CsdlJsonReaderSettings
Inherits CsdlReaderSettingsBase
- Inheritance
Constructors
CsdlJsonReaderSettings() |
Initializes a new instance of CsdlJsonReaderSettings class. |
Fields
Default |
Properties
IgnoreUnexpectedJsonElements |
Gets/sets a boolean value indicating whether ignore the unexpected JSON elements. By default, it's true. |
IncludeDefaultVocabularies |
Gets/sets a boolean value indicating whether include the default vocabularies Edm model. By default, it's true. |
IsBracketNotation |
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. |
JsonSchemaReaderFactory |
Gets/sets a call back to provide the JSON reader for referenced CSDL-JSON. |
ReferencedModels |
Gets/sets the referened models. |