Now I am getting this JSON from API:
{\"supplyPrice\": { \"CAD\": 78, \"CHF\": 54600.78, \"USD\": 20735.52 }}
But
You can directly convert it to an HashMap or TreeMap then navigate your map for all the keys.
HashMap or TreeMap
This will be simplest way to achieve what you want.