Home > @rushstack/node-core-library > JsonSyntax
JsonSyntax enum
Specifies the variant of JSON syntax to be used.
Signature:
export declare enum JsonSyntax
Enumeration Members
Member | Value | Description |
|---|---|---|
Json5 |
| JSON5 is a project that proposes a JSON-like format supplemented with ECMAScript 5.1 notations for objects, numbers, comments, and more. |
JsonWithComments |
|
|
Strict |
| Specifies the exact RFC 8259 format as implemented by the |