Forum Discussion

KTsnap's avatar
KTsnap
New Contributor III
5 years ago

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

}