So I\'m writing an \"POJO to JSON\" converter. I want to be able to pass in a List object and convert to JSON.
List
Hopefully this will make sense<
Instead of kls.getfields you could need to use kls.getDeclaredFields() . And if Jason object is your concern I had recommend you a Jackson Codhaus library . In which you can get or set JsonString from your POJO... HTH