I have a dynamic object like this:
{
AB = "18722";
CF = "345555.4";
DT = "87789.33";
}
And I need to sort it by it's value in descending format.
I have searched for this but most answers I found have static key, which doesn't work in my case.