Function quickjs_runtime::quickjs_utils::json::stringify[][src]

pub unsafe fn stringify(
    context: *mut JSContext,
    input: &JSValueRef,
    opt_space: Option<JSValueRef>
) -> Result<JSValueRef, EsError>

Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid