| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonFile > stringify
Serializes the specified JSON object to a string buffer.
Signature:
static stringify(jsonObject: JsonObject, options?: IJsonFileStringifyOptions): string;|
Parameter |
Type |
Description |
|---|---|---|
|
jsonObject |
the object to be serialized | |
|
options |
(Optional) other settings that control serialization |
Returns:
string
a JSON string, with newlines, and indented with two spaces