Could someone help me clarify what the number values of the q parameter represent. I know that the values are used to select your preference but what I do not understand is how the numbers are used. For example in the below code would my preference remain the same if I were to use application/json;q=0.3,*/*,q=0.2
?
headers.append('Accept', 'application/json;q=0.9,*/*;q=0.8');