pub fn colorize_to_array(diff: &Value) -> Vec<String>
Returns the JSON structural difference formatted as a Vec<String>.
Vec<String>
If None, there is no JSON structural difference to be formatted.
None