Interface: JsonParseOptions
Hierarchy
ParseOptions
↳
JsonParseOptions
Table of contents
Properties
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
false;
Overrides
ParseOptions.disallowComments
expectComments
• Optional
expectComments: boolean
Expect JSON with javascript-style
Default
false;