Given a string, this function returns the string with characters properly escaped for JSON formatting.
| Name | Type | Description |
|---|
| Input String | String | The string input |
| Name | Type | Description |
|---|
| Success | Boolean | Whether the operation was successful |
| Output | String | Escaped String |