Extracting Data from JSON Python

preview_player
Показать описание
The video includes step by step guide for extracting/parsing data from JSON file in a python programming language.
Рекомендации по теме
Комментарии
Автор

Thanks for the help! All in all, this video helped me realize that json objects are just dictionaries, and I can extract info the same way.

ProgramSimple-RLL
Автор

what to do if the json file is to big to dump into python?

naturenerds