AppStoreReviews icon indicating copy to clipboard operation
AppStoreReviews copied to clipboard

How would I output as JSON?

Open nicholasalanbrown opened this issue 9 years ago • 2 comments

This is great for retrieving reviews, but to me it would be way better if I could easily convert these to a spreadsheet and JSON would be way more helpful in that regard....

Thanks!

nicholasalanbrown avatar May 22 '15 13:05 nicholasalanbrown

Hi, Feel free to add such option to the program, I will accept the change!

Grych

On 22 May 2015, at 15:50, nicholasalanbrown [email protected] wrote:

This is great for retrieving reviews, but to me it would be way better if I could easily convert these to a spreadsheet and JSON would be way more helpful in that regard....

Thanks!

— Reply to this email directly or view it on GitHub.

grych avatar May 22 '15 16:05 grych

to convert to json you can just use json.dumps(reviews) after you import the json module.

Cheers!

mohamedali92 avatar Jul 14 '15 01:07 mohamedali92