Library API
⬅ Back to Guides
Preparing search index...
common.index
JSONCOptions
Interface JSONCOptions<T>
Configuration options for JSONC parsing operations.
interface
JSONCOptions
<
T
=
any
>
{
fallback
?:
T
;
reviver
?:
JSONCReviver
;
safe
?:
boolean
;
}
Type Parameters
T
=
any
Index
Properties
fallback?
reviver?
safe?
Properties
Optional
fallback
fallback
?:
T
Optional
reviver
reviver
?:
JSONCReviver
Optional
safe
safe
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fallback
reviver
safe
⬅ Back to Guides
Library API
Loading...
Configuration options for JSONC parsing operations.