yyjson_mut_get_int

Function yyjson_mut_get_int 

Source
pub unsafe extern "C" fn yyjson_mut_get_int(
    val: *mut yyjson_mut_val,
) -> c_int
Expand description

Returns the content and cast to int. Returns 0 if val is NULL or type is not integer(sint/uint).