pub unsafe extern "C" fn yyjson_get_int(val: *mut yyjson_val) -> c_intExpand description
Returns the content and cast to int.
Returns 0 if val is NULL or type is not integer(sint/uint).
pub unsafe extern "C" fn yyjson_get_int(val: *mut yyjson_val) -> c_intReturns the content and cast to int.
Returns 0 if val is NULL or type is not integer(sint/uint).