My JSON has numeric values with double-quotes around them, like:
{ "length" : "10.2" }
When decoding this using a C
C