JsonParseOptions
Hierarchy
Section titled “Hierarchy”-
ParseOptions↳
JsonParseOptions
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”allowEmptyContent
Section titled “allowEmptyContent”• Optional allowEmptyContent: boolean
Inherited from
Section titled “Inherited from”ParseOptions.allowEmptyContent
allowTrailingComma
Section titled “allowTrailingComma”• Optional allowTrailingComma: boolean
Allow trailing commas in the JSON content
Overrides
Section titled “Overrides”ParseOptions.allowTrailingComma
disallowComments
Section titled “disallowComments”• Optional disallowComments: boolean
Disallow javascript-style
Default
falseOverrides
Section titled “Overrides”ParseOptions.disallowComments
expectComments
Section titled “expectComments”• Optional expectComments: boolean
Expect JSON with javascript-style
Default
false