Skip to content

Function_evisit_core_js_utils_safeJSONStringify

Taylor Everding edited this page Feb 9, 2021 · 1 revision

function safeJSONStringify(data)

Parameters

  • data
    • (String) JSON value to stringify

Return value

  • (String) String representation of the JavaScript value

Description

Safely serialize possibly cyclic JSON

See Also


Clone this wiki locally