Function JSValueMakeFromJSONString

Source
pub unsafe extern "C-unwind" fn JSValueMakeFromJSONString(
    ctx: JSContextRef,
    string: JSStringRef,
) -> JSValueRef
👎Deprecated: renamed to JSValue::from_json_string
Available on crate features JSValueRef and JSBase only.