Interface: JsonParseOptions
Hierarchy
ParseOptions
โณ
JsonParseOptions
Table of contents
Properties
- allowEmptyContent: boolean
- allowTrailingComma: boolean
- disallowComments: boolean
- expectComments: boolean
Properties
allowEmptyContent
โข Optional
allowEmptyContent: boolean
Inherited from
ParseOptions.allowEmptyContent
allowTrailingComma
โข Optional
allowTrailingComma: boolean
Allow trailing commas in the JSON content
Overrides
ParseOptions.allowTrailingComma
disallowComments
โข Optional
disallowComments: boolean
Disallow javascript-style
Default
1false;
2
Overrides
ParseOptions.disallowComments
expectComments
โข Optional
expectComments: boolean
Expect JSON with javascript-style
Default
1false;
2