Functions
stringifyJSONToMessageContent
stringifyJSONToMessageContent(
value
):string
Defined in: packages/core/src/utils/index.ts:65
Returns a stringfied JSON with double quotes removed.
Parameters
value
The JSON value to stringify
Returns
string
The stringified JSON with no double quotes