How to separate JSON data?

Hello, i have problem, from http api im gain two fileds
{
“cards”: [
. . .
],
“cursor”: {
. . .
}
}
So, i need to path them into two separated lines

i need something like

Here is my solutions:

Use set field to 2 paths and handle them seperately.

After that. Use merge and doing what you need after.