pub unsafe extern "C" fn yyjson_get_subtype(
val: *mut yyjson_val,
) -> yyjson_subtypeExpand description
Returns the JSON value’s subtype.
Returns YYJSON_SUBTYPE_NONE if val is NULL.
pub unsafe extern "C" fn yyjson_get_subtype(
val: *mut yyjson_val,
) -> yyjson_subtypeReturns the JSON value’s subtype.
Returns YYJSON_SUBTYPE_NONE if val is NULL.