Reading json from an https

Hi I am trying to read a json that looks like this {“color”:[15, 14, 13]} from an https link and take 15, 14, 13 as three
R,G, B elements into c++ class.
Any suggestions where to start ?