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