I\'m having issues using Jackson to map a Javascript posted JSON array of hashes (Tag).
Here is the data received by the controller @RequestBody (It is send wit
Another way to do this is to rather obtain an array than a List, as follows:
@RequestBody Tag[] entities