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