import json # Đọc dữ liệu từ file JSON with open("app/utils/code_province.json", "r", encoding="utf-8") as file: code_province = json.load(file)