pub fn stringify_javascript_json(
value: &JavascriptJsonValue,
to_json: Option<&mut JsonToJson<'_>>,
replacer: Option<&mut JsonReplacer<'_>>,
) -> Result<Option<String>, JavascriptJsonError>Expand description
Serialize with toJSON, replacer, ECMAScript own-property order, and cycle rejection.