You can use Data=>Processing JSON\XML action for this. First parse json string, then put data to table:
In example above I used this JSON:
[
{
"name": "Ram",
"email": "
[email protected]",
"age": 23
},
{
"name": "Shyam",
"email": "
[email protected]",
"age": 28
},
{...