You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the results of japicmp as input to some other tool. It will be helpful to have the list of classes that are modified, the list of methods modified, etc in json format so that it can be easily parsed.
There aren't any options to output as a json file. Is it possible to do this with the current implementation?
The text was updated successfully, but these errors were encountered:
You can run japicmp as standalone tool or library. It can create a simple diff-like output like in this example. The standalone tool can also create an XML file. Both, XML and diff format, can be easily parsed.
JSON as output is currently not supported but a nice to have feature.
I am trying to use the results of
japicmp
as input to some other tool. It will be helpful to have the list of classes that are modified, the list of methods modified, etc in json format so that it can be easily parsed.There aren't any options to output as a json file. Is it possible to do this with the current implementation?
The text was updated successfully, but these errors were encountered: