yyjson_is_sint

Function yyjson_is_sint 

Source
pub unsafe extern "C" fn yyjson_is_sint(val: *mut yyjson_val) -> bool
Expand description

Returns whether the JSON value is signed integer (int64_t). Returns false if val is NULL.