I am new to Vector and Json. I want to convert Vector to Json using java.. I have Vector Sout print like [[1, 001555, LK, 24, KO], [0005, 125, SL, 85, FOO]] My front end only except json. I have only access to java controller this need to be done pure java..
ex:- response need to like this.. { "id": 1, "string1": "001555", "string2": "LK", "string3": "24", "string4": "KO" }, { "id": 0005, "string1": "125", "string2": "SL", "string3": "85", "string4": "FOO" },