yyjson_mut_is_obj

Function yyjson_mut_is_obj 

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

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