I have to parse the below JSON GET response to get βHeadersβ and "Nameβ as columns in Json Call step with Data Streams, How can I perform this?
[
{
"Headers": [
βIdβ,
βNameβ,
βEmailβ
],
"ID": βtest_111β,
"Rows": [
[
"100β,
βJohnβ,
βJohn@gmail.comβ
]
}
]