G
G
GRO242019-03-30 18:47:38
JSON
GRO24, 2019-03-30 18:47:38

Loop through JSON?

Good day.
Tell me how to get to the desired section
There is an answer:

{"response":{"count":1,"items":[{"id":2,"title":"Санкт-Петербург"}]}}

I need to get to title by method json.items[0].title
What would be the correct way?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stockholm Syndrome, 2019-03-30
@GRO24

json.response.items[0].title

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question