android-classic icon indicating copy to clipboard operation
android-classic copied to clipboard

JSON serialization does not need to be pretty-printed

Open moughxyz opened this issue 8 years ago • 2 comments

I'm looking at the way JSON comes in from a change, and it looks like it's pretty printed (has a lot of newlines). I don't think we need this. Might save some space.

screen shot 2017-02-19 at 9 44 46 am

It should however be pretty-printed for when the user manually exports their data to email.

moughxyz avatar Feb 19 '17 15:02 moughxyz

Yes it was changed for the export and I dont' think it was necessary to have 2 exporters for the amount of data we do - but yes this wants fixing

deftelf avatar Feb 19 '17 16:02 deftelf

Ya not a huge deal. Actually just noticed iOS does the same thing 😳

moughxyz avatar Feb 19 '17 16:02 moughxyz