dorneanu / smalisca

Static Code Analysis for Smali files
Other
317 stars 76 forks source link

Fix JSON output #5

Closed lpmitchell closed 9 years ago

lpmitchell commented 9 years ago

JSON output was being encoded twice (meaning the output would be a JSON-encoded string containing a JSON-encoded document).

This change removes the second JSON dump so that the output is a valid JSON document.

dorneanu commented 9 years ago

Thanks for your pull request. It was merged into the develop branch of smalisca (v0.2 will be reased soon). I'll close this issue since this is done.