David FRANCOIS
Results
2
issues of
David FRANCOIS
``` ruby 1.9.3p125 :013 > Yajl.load('{"number" : 2.0000000000000001}') => {"number"=>2.0} 1.9.3p125 :014 > Yajl.load('{"number" : 2.0000000000000001}')['number'].class => Float ``` This should be deserialized as `BigDecimal` instead of `Float` in order...
You might be interested in this : http://www.tuaw.com/2011/01/09/the-gpl-the-app-store-and-you/