Trait nu_json::value::ToJson[][src]

pub trait ToJson {
    fn to_json(&self) -> Value;
}
Expand description

A trait for converting values to Hjson

Required methods

Converts the value of self to an instance of Hjson

Implementors