Created
May 15, 2021 14:48
-
-
Save Park-Developer/5981550bc641da551f87eb823d6fc9c5 to your computer and use it in GitHub Desktop.
python json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
with open('C:\\Users\\gnvid\\PycharmProjects\\telegramBot\\stock_list.json', 'r', encoding='UTF8') as f: | |
json_data = json.load(f) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment