pub unsafe extern "C" fn jsc_value_new_from_json(
    context: *mut JSCContext,
    json: *const c_char
) -> *mut JSCValue
Available on crate feature v2_28 only.