yyjson_mut_is_int

Function yyjson_mut_is_int 

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

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