I have this JSON format structure
  valuesColors : [{
    key: "<75%",
    color:"61C56E"
  },
  {
    key: ">=75%&<90%",
    color:"6144RF"
  },
  {
    key: ">90%",
    color:"333RTE"
  }
]
I would get for exemple valuesColors.color of valuesColor.key == ">75%". the problem here I have the value in the same level of the key so I can't use .
 
     
     
    