On 15 November 2013 16:28, Mark Hahn <[email protected]> wrote: > > I store the numbers as strings because I read this the proper way for > decimals. > > Where did you read this? That makes no sense. > > If your numbers are going to pass through JSON and JavaScript, then I'd say it's reasonable. There are sufficient unknowns with JSON parsers and serialisers and processing engines along the way that storage as strings feels the safest thing to do.
Nick
