Sorting list of strings
Hi All, Please help. my input is below. { “ABC”: “Management,Improved” , “DEF”: “Management Effectiveness” } and i want to sort the list of strings that is present in ABC. Expected Output - { “ABC”: “Improved,Management”, “DEF”: “Management Effectiv...