pub unsafe extern "C" fn yyjson_get_tag(val: *mut yyjson_val) -> u8Expand description
Returns the JSON value’s tag.
Returns 0 if val is NULL.
pub unsafe extern "C" fn yyjson_get_tag(val: *mut yyjson_val) -> u8Returns the JSON value’s tag.
Returns 0 if val is NULL.