The JSON object I'm sending something looks like this
[
{'fileName':'nameOftheFile1','file':audio_file1},
{'fileName':'nameOftheFile2','file':audio_file2}
]
I tried using Wrapper methods for JSON object but didn't work
This is the link to what I tried receiving json and deserializing as List of object at spring mvc controller