Function: parseJsonText()
function parseJsonText(text: string): JsonValue | undefined;
Defined in: _internal/repository-hooks-json.ts:134
Safely parse JSON source text.
Parametersâ
| Parameter | Type |
|---|---|
text | string |
Returnsâ
JsonValue | undefined
function parseJsonText(text: string): JsonValue | undefined;
Defined in: _internal/repository-hooks-json.ts:134
Safely parse JSON source text.
| Parameter | Type |
|---|---|
text | string |
JsonValue | undefined