[][src]Function uclicious_libucl_sys::ucl_object_lookup_path_char

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

Return object identified by object notation string using arbitrary delimiter @param obj object to search in @param path dot.notation.path to the path to lookup. May use numeric .index on arrays @param sep the sepatorator to use in place of . (incase keys have . in them) @return object matched the specified path or NULL if path is not found