[[+content_image]]
I
I
itgood2021-05-24 14:31:40
JSON
itgood, 2021-05-24 14:31:40

How to get data from unnamed parameters of json arrays?

I get the following response from the server [[["Promo", null, "Esports training", null, null, "/ Promo / 5-Esports training"], ["4302265654", "188530139", "AK-47 | Snow Whirl (Field-Tested) ", 1248.92," D2D2D2 ", true," 1 248.92 ", 19] I need to further use the data from the answer in the program, how can I line it better?

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
S
Stalker_RED, 2021-05-24
@Stalker_RED

By indexes.

print data[0][0][0];
print data[0][0][1];
print data[0][0][2];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question