[][src]Function casperlabs_engine_shared::utils::jsonify

pub fn jsonify<T>(value: T, pretty_print: bool) -> String where
    T: Serialize

serializes value to json; pretty_print: false = inline pretty_print: true = pretty printed / multiline