We have requirement to create ODATA supported Rest API. We will have to use Java and Mysql for this purpose. Data will be in JSON format which is dynamically changing and not possible to define the exact fields.
I'm looking at libraries like Apache Olingo for this. Documentation doesn't have that much of information about JSON support. Any thoughts on this is appreciated.