Java – Convert JSON data to java objects without knowing explicitly the type
Supposedly that I need to retrieve data from an external API (Not designed by me) that returns data in JSON format, as following (Only for illustrating my question, not the actual output format/info) { "variables":[{"a":15, "b":True, "c":10.05, "d":"2022-10-15"}, {"a":16, "b":False,…