So it turns out that JSON cannot represent Infinity in a 'int' or 'float' type. Any ideas on how I should handle that? How about I just make Infinity equal 0x7FFFFFFF for int, and 9.999999e96 for float? .hc