Struct handlebars::ContextJson [] [src]

pub struct ContextJson { /* fields omitted */ }

Json wrapper that holds the Json value and reference path information

Methods

impl ContextJson
[src]

[src]

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

[src]

Return root level of this path if any

[src]

Returns the value

Trait Implementations

impl Debug for ContextJson
[src]

[src]

Formats the value using the given formatter.