|
|
|
|
|
by etatoby
3212 days ago
|
|
It remans a fact that the JSON spec does not limit the length of numbers, so there is no need for this kind of kludge. If Arango would just allow unlimited numbers in JSON data and sort them numerically, developers could use a different JSON encoder and parser in their language of choice, that would encode and parse numbers
from the unlimited representation allowed by JSON to whatever bignum library their language has. |
|