Please consider these Key-Value Pairs:
var dict_Numbers = {"96": "0",
"97": "1",
"98": "2",
"99": "1",
"100": "4",
"101": "0"}
I would like to get the highest value - in this example it would be 101.
How can I achieve this?
Thanks
Update 1:
I use this code: Fast way to get the min/max values among properties of object and Getting key with the highest value from object
but both return Max Value from string comparator