Function uvls::core::config::find_json_key

source ยท
fn find_json_key<'a>(
    root: Node<'a>,
    source: &Rope,
    key: &[Ustr],
) -> Option<Node<'a>>
Expand description

Try to extract the json value under key from node,