I am using Gson for the settings file of my project. Currently, i'm using the gson.toJson(settings) method. Is there any way to get this to return as a string-array or something so that I can write it multi line? I would like to make it more readable by the end user.
