json_structural_diff

Function colorize_to_array

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

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

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