Trait rustc_ap_rustc_serialize::json::ToJson[][src]

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

A trait for converting values to JSON

Required methods

Converts the value of self to an instance of JSON

Implementations on Foreign Types

Implementors