json_object_get_int_member_with_default

Function json_object_get_int_member_with_default 

Source
pub unsafe extern "C" fn json_object_get_int_member_with_default(
    object: *mut JsonObject,
    member_name: *const c_char,
    default_value: i64,
) -> i64
Available on crate feature v1_6 only.