pub fn as_json<T: Serialize>(value: &T) -> Value
Serialize a value to a JSON Value (null on failure).
Value