Function rustc_serialize::json::as_json

source ·
pub fn as_json<T: Encodable>(t: &T) -> AsJson<'_, T>
Expand description

Create an AsJson wrapper which can be used to print a value as JSON on-the-fly via write!