| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonFile > parseString
Parses a JSON file's contents.
Signature:
static parseString(jsonContents: string, options?: IJsonFileParseOptions): JsonObject;|
Parameter |
Type |
Description |
|---|---|---|
|
jsonContents |
string | |
|
options |
(Optional) |
Returns: