Extract JSON part from string?
Hello everyone I need to extract the JSON part of a string individually and extract the attribute that follows it. (In Python) Then I have to use this attribute to output the correct list in the JSON string. Somehow I can't do it. So the string looks something like this: '{"tarahumar": 2003, "fustier": ["grugrus", "swadeshi",…