AppStoreReviews
AppStoreReviews copied to clipboard
How would I output as JSON?
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!
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.
to convert to json you can just use json.dumps(reviews) after you import the json module.
Cheers!