Function JSValueCreateJSONString

Source
pub unsafe extern "C-unwind" fn JSValueCreateJSONString(
    ctx: JSContextRef,
    value: JSValueRef,
    indent: c_uint,
    exception: *mut JSValueRef,
) -> JSStringRef
👎Deprecated: renamed to JSValue::create_json_string
Available on crate features JSValueRef and JSBase only.