I'm trying to make a program that answers questions on a site automatically and I have the answers stored in a file, but I cant figure out how to read between symbols that are in the file. I need to get the question and the answer which are both in bold.
This is what each question looks like in the file. the comma at the end is the divide between the first and second question.
{" Complete the following statement: changing state from ---(1)--- to gas is known as ---(2)---.": {"['1: liquid; 2: evaporation', '1: liquid; 2: melting', '1: solid; 2: evaporation', '1: solid; 2: melting']": "1: liquid; 2: evaporation", "['1: liquid; 2: deposition', '1: liquid; 2: sublimation', '1: solid; 2: deposition', '1: solid; 2: sublimation']": "1: solid; 2: sublimation"},