Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
ERROR: Could not find a version that satisfies the requirement json (from versions: none) ERROR: No matching distribution found for json
Python has a built-in JSON module. If that's what you're looking for. Just import in your script or shell:
import json