What's a Number? Was: TJSON

There's probably a single data type in JSON that cause 99% of the problems and that's numbers.

The scientific people want 80-bits IEEE
The Java/Python/C# folks want true 64-bit integers
The crypto geeks want really big integers
The financial guys want big decimals

These problems stem from JavaScript and they all have the same solution/workaround; put the data in a JSON "string".

Does this limitation/deficiency motivate a [sort of] new JSON?

In my book it does not but it seems that a lot of other people think it is a great idea so I can only wish you good luck!

Anders

Received on Friday, 4 November 2016 05:12:34 UTC