Page 1 of 1

json-parse not reading 64-bit number

Posted: Mon Jun 01, 2015 4:45 am
by ralph.ronnquist
Apparently json-parse can only read 32-bit numbers, and it results in MAXINT without error for larger numbers. Luckily it seems to be a minor patch to expand this to 64 bit numbers. As attached for today's 10.6.3.
json-64bit-number.patch.gz
(253 Bytes) Downloaded 323 times

Re: json-parse not reading 64-bit number

Posted: Mon Jun 01, 2015 2:02 pm
by Lutz
Thanks for the change Ralph, will be added - was fine on 64-bit newLISP, but now also works on 32-bit newLISP.