Type Alias: JSONPropertyKey
type JSONPropertyKey =
| AST.JSONIdentifier
| AST.JSONNumberLiteral
| AST.JSONStringLiteral;
Defined in: _internal/jsonc-helpers.ts:43
JSON property key node from the JSONC AST.
type JSONPropertyKey =
| AST.JSONIdentifier
| AST.JSONNumberLiteral
| AST.JSONStringLiteral;
Defined in: _internal/jsonc-helpers.ts:43
JSON property key node from the JSONC AST.