Struct handlebars::ContextJson [] [src]

pub struct ContextJson {
    // some fields omitted
}

Json wrapper that holds the Json value and reference path information

Methods

impl ContextJson
[src]

Returns relative path when the value is referenced If the value is from a literal, the path is None

Return root level of this path if any

Returns the value

Trait Implementations

impl Debug for ContextJson
[src]

Formats the value using the given formatter.