pointer

Function pointer 

Source
pub fn pointer<'a>(document: &'a Value, pointer: &str) -> Option<&'a Value>
Expand description

Look up a value by a JSON Pointer.

NOTE: A slightly faster version of pointer resolution based on Value::pointer from serde_json.