Skip to content

Instantly share code, notes, and snippets.

@Park-Developer
Created May 15, 2021 14:48
Show Gist options
  • Save Park-Developer/5981550bc641da551f87eb823d6fc9c5 to your computer and use it in GitHub Desktop.
Save Park-Developer/5981550bc641da551f87eb823d6fc9c5 to your computer and use it in GitHub Desktop.
python json
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