yyjson_is_ctn

Function yyjson_is_ctn 

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

Returns whether the JSON value is container (array/object). Returns false if val is NULL.