Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×i have readied data from excel and store in List<List<String>> . the data is below .now i want to convert below data in json format ..how can i do that
thanks . i have solved myself by referring below link,'
https://www.dev2qa.com/convert-excel-to-json-in-java-example/
I am slightly unsure of what you are trying to do here.
Your first line of code is reading a .csv file and you want the output in JSON format, I understand that, but what does this have to do with a REST endpoint?
Perhaps if you could explain what you're trying to do overall, rather than think of a specific solution or function you think may help, we can better guide you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.