I need to iterate through nested json array which looks like that
[ { \"title\": \"EPAM\", \"technologies\": [ \"PHP\", \".net\",
If you need only to display nested array on UI, you can do that straight in view e.g.
{{i.Value}} {{c.Value}}