pub unsafe extern "C" fn yyjson_mut_is_sint(
val: *mut yyjson_mut_val,
) -> boolExpand description
Returns whether the JSON value is signed integer (int64_t).
Returns false if val is NULL.
pub unsafe extern "C" fn yyjson_mut_is_sint(
val: *mut yyjson_mut_val,
) -> boolReturns whether the JSON value is signed integer (int64_t).
Returns false if val is NULL.