[][src]Function json_structural_diff::colorize_to_array

pub fn colorize_to_array(diff: &Value) -> Vec<String>

Returns the JSON structural difference formatted as a Vec<String>.

If None, there is no JSON structural difference to be formatted.