yyjson_get_type

Function yyjson_get_type 

Source
pub unsafe extern "C" fn yyjson_get_type(
    val: *mut yyjson_val,
) -> yyjson_type
Expand description

Returns the JSON value’s type. Returns YYJSON_TYPE_NONE if val is NULL.