# Gavin Andresen # 2011-03-03 14:33:21 # https://bitcointalk.org/index.php?topic=4086.msg58887#msg58887 Wiki page created: @p{(link}@s{(link)}(JSON-RPC@p{link)}) @p{par} 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... @p{brk}