pub fn dotted_pointer<'a>(value: &'a Value, pointer: &str) -> Option<&'a Value>
Lookups a dotted path in a json value contrary to the json slash pointer it’s not allowed to begin with a dot