yyjson_obj_iter_get_val

Function yyjson_obj_iter_get_val 

Source
pub unsafe extern "C" fn yyjson_obj_iter_get_val(
    key: *mut yyjson_val,
) -> *mut yyjson_val
Expand description

Returns the value for key inside the iteration. If iter is NULL, this function will return NULL.