I have a string that has data for 8 categories. In the example below, I want to extract the positionTitle field only
[{'positionId': '9065738', 'isPrimary': True, 'effectiveDate': '2022-07-15', 'startDate': '2014-08-12', 'employeeTypeId': 'EMP_TYPE_REG', 'employeeTypeName': 'Regular', 'positionTitle': 'Sr Business Systems Analyst', 'businessTitle': 'Sr Business Systems
The output I need is
Sr Business Systems Analyst
Looking for advice on how to accomplish this. Thank you.