Struct json::ast::Ref
[−]
[src]
pub struct Ref<'r> {
// some fields omitted
}A reference to some Json value.
Mostly used for navigating complex Json values
and extracting values from specific locations.