appleseedlab/maki

Unify format output to be completely JSON

Closed this issue · 0 comments

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