pub unsafe extern "C" fn yyjson_get_type(
val: *mut yyjson_val,
) -> yyjson_typeExpand description
Returns the JSON value’s type.
Returns YYJSON_TYPE_NONE if val is NULL.
pub unsafe extern "C" fn yyjson_get_type(
val: *mut yyjson_val,
) -> yyjson_typeReturns the JSON value’s type.
Returns YYJSON_TYPE_NONE if val is NULL.