pub unsafe extern "C" fn yyjson_is_num(val: *mut yyjson_val) -> boolExpand description
Returns whether the JSON value is number (uint64_t/int64_t/double).
Returns false if val is NULL.
pub unsafe extern "C" fn yyjson_is_num(val: *mut yyjson_val) -> boolReturns whether the JSON value is number (uint64_t/int64_t/double).
Returns false if val is NULL.