Hi,,
I have a json file and I would like to convert it into java class. The main aim is to create a dynamic interface from the JSON file. I found metawidget library which can generate interface from a java class. I would like to know or possibly a sample code which can convert json schema to java class.
My json file is has strings, arrays and everything.
What I precisly looking for is a library which can take json file as an input and output java class file without asking additional class files.
I think it is too much to ask but I would like to give it a try.
thanks in advance