[][src]Function uclicious_libucl_sys::ucl_object_lookup_path

pub unsafe extern "C" fn ucl_object_lookup_path(
    obj: *const ucl_object_t,
    path: *const c_char
) -> *const ucl_object_t

Return object identified by dot notation string @param obj object to search in @param path dot.notation.path to the path to lookup. May use numeric .index on arrays @return object matched the specified path or NULL if path is not found