I could use this excellent idea in my Git log visualiser. Never thought I could do this! ?
Currently I am parsing plain text output from git log –numstat command, looking at certain order of lines and line beginnings to determine what is on the line.
Exporting from git log to JSON using jq like Simon does in his post would make parsing extremely simple using Swift Codable.
Posting this here to remind myself.