Incorrect unserialization of the U64 Array

Issue #113 resolved
Former user created an issue

The From JSON Text.vim does not properly load a U64 Array. Tested in version 1.6.10.113. - steven.fuchs@dmcinfo.com

Comments (3)

  1. James Powell repo owner

    Issue traced and is inside the “Fract/Exp String To Number” primative (this was added in #96 as it supports proper rounding).

  2. James Powell repo owner

    Fixed by using teh old (non-rounding) way if the JSON number is more than 18 characters long (which gets all teh problems cases). Fixed I64 as well.

  3. Log in to comment