Type Alias: JSONExpression
type JSONExpression = AST.JSONExpression;
Defined in: _internal/jsonc-helpers.ts:23
JSON expression union type from the JSONC AST.
type JSONExpression = AST.JSONExpression;
Defined in: _internal/jsonc-helpers.ts:23
JSON expression union type from the JSONC AST.