I am trying to convert an .ini file written by another java application (and is saved locally) through a web application. I was just wondering if this is possible because I've been researching and I've only found "Converting Java Object to JSon" or "How to write JSON object to File in Java".
I've also read a lot of articles and forums saying if I want to try converting to JSONObject, I should consider using GSON.
I was thinking If I could parse the ini file. But then, how can I convert the parsed ini file into json? Is there any other way I can make this possible? How ca
Hope someone can help me out on this. Thanks!