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