yyjson_is_str

Function yyjson_is_str 

Source
pub unsafe extern "C" fn yyjson_is_str(val: *mut yyjson_val) -> bool
Expand description

Returns whether the JSON value is string. Returns false if val is NULL.