Hi everyone,
I do an API call with this output:
however when i want to use one of these List<int> in a custom function it says:
This is where i want to use this two list for an function:
This is the actual function:
Why is mine list of integers being convert in an list of object?