I want to parse jsons from the string that I got from a scraped text from script tag. This is my code so far:
from bs4 import BeautifulSoup import json import