JakeWharton / diffuse

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
Apache License 2.0
2.01k stars 105 forks source link

Support Json reports #95

Open dinesh-hd opened 4 years ago

dinesh-hd commented 4 years ago

There is strong use case of Diffuse being run on CI Systems. CI Systems can then send JSON reports over to NOSQL data stores for data analysis.

JakeWharton commented 4 years ago

You can use the API to get back models which could then be serialized to JSON or converted to whatever shape of serialization you wanted. I'm not quite sure whether I want to commit to a stable output format in JSON form.

dinesh-hd commented 4 years ago

I can contribute if you think this feature aligns with your vision.