Wiki page created: https://en.bitcoin.it/wiki/Proper_Money_Handling_(JSON-RPC)
genjix: You should be calling json.loads(..., parse_float=decimal.Decimal) and use a custom JSON encoder class to convert decimals to JSON strings with no loss of precision...