T
T
tarp202020-06-07 13:52:22
Python
tarp20, 2020-06-07 13:52:22

How to get specific data from json file?

5edccfd158370234608264.png

<bid>How to display parameters <ask> for certain currencies?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2020-06-07
@LazyTalent

lxml

D
Danil Zaitsev, 2020-06-07
@smashBird

json_data = requests.get("ссылка на json").json()
print(json_data["нужный параметр"])

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question