import json | |
with open("/home/kade/source/repos/JTP2/tags.json", "r", encoding="utf-8") as f: | |
tags = json.load(f) | |
print(f"Number of tags: {len(tags)}") |
import json | |
with open("/home/kade/source/repos/JTP2/tags.json", "r", encoding="utf-8") as f: | |
tags = json.load(f) | |
print(f"Number of tags: {len(tags)}") |