Home > @rushstack/node-core-library > IJsonFileParseOptions
IJsonFileParseOptions interface
Options for JsonFile.parseString(), JsonFile.load(), and JsonFile.loadAsync().
Signature:
export interface IJsonFileParseOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
jsonSyntax? | JsonSyntax | (Optional) Specifies the variant of JSON syntax to be used. |