import json
import
json
with
open
(
"config.json"
,
"r"
) as f:
your_dict
=
json.loads(json_str)
# get key
print
(your_dict[
"key"
])
(f.json()[