Unify format output to be completely JSON
Closed this issue · 0 comments
PappasBrent commented
Clang plugin output is currently a mix of TSV and a JSON object for each invocation.
Fix by making one array of JSON objects containing a kind (i.e Definition, Invocation) and all the associated properties after.
Addresses #5