yyjson_mut_get_subtype

Function yyjson_mut_get_subtype 

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

Returns the JSON value’s subtype. Returns YYJSON_SUBTYPE_NONE if val is NULL.