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