Map JSON to Object
Closed this issue · 1 comments
nirodg commented
Short description: Implement function to map a json file to an object via reflection.
As a first approach it should map primitive and simple objects (String, Long, Double), then map Lists, ArrayList and similar.