Function quickjs_runtime::quickjs_utils::json::stringify
source · pub unsafe fn stringify(
context: *mut JSContext,
input: &QuickJsValueAdapter,
opt_space: Option<QuickJsValueAdapter>,
) -> Result<QuickJsValueAdapter, JsError>
Expand description
§Safety
When passing a context pointer please make sure the corresponding QuickJsContext is still valid