I am writing a GWT application where I need to load and parse arbitrary JSON file.
So I think the overlay type is not very useful in this case since I do not know the schema/format of the file beforehand.
I’ve done some research online but still can’t figure out a way of doing so.
Can someone please give some ideas on how to do this?
Thanks!
When you don’t know the schema in advance, you’re (unfortunately) left with the
JSONParser.