I have the following string : ["LankaBell","BillDesk"]
How can i convert it to Java List Object using using json-lib-2.2.3-jdk15.jar\net\sf\json
library ?
EDIT : If not possible using this library then solution using other libraries is also appreciated.