JSON Parser Array inside array dotnetfiddle .net’
Have you struggled with JSON parsing array inside array?

I was not able to find any solution online but then I created something using dotnetfiddle.
Hope it can save time for someone.
First step is to parse JSON array and then use desearialize(<list of T>)
Here is the link to the fiddle
Enjoy!