This question seems straightforward, but I'm struggling to solve it.
Could someone help me with a JavaScript solution to retrieve the largest value from this JSON object?
{"data":{"one":21,"two":35,"three":24,"four":2,"five":18},"meta":{"title":"Happy with the service"}}
I am specifically looking for:
"two":35
as it contains the highest value.
Any assistance would be greatly appreciated.