JSON numbers as double precision

Is there a way to have numbers in JSON from makeWebRequest be converted to double instead of float? I tried adding a "d" to the end of the number in PHP before it's sent but this just makes it a string instead.