cancel
Showing results for 
Search instead for 
Did you mean: 

Sorting list of strings

KTsnap
New Contributor III

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 Effectiveness”

}

5 REPLIES 5

KTsnap
New Contributor III

Thanks a lot !