Jim B

Results 135 comments of Jim B

the version from NPM or git?

I haven't published a new version :) can you please verify git and I'll tag and pulbish?

yes; JSOX ends up doing a lot more checks for some things; it has improved a bit... It does depend a lot on what sort of thing is being parsed...

bigint requires a 'n' suffix...

I could maybe add a test for a larger value than N and force bignum conversion... (as long as it isn't a float/having a decimal or exponent)

``` case VALUE_NUMBER: if( ( val.string.length > 10 ) || ( val.string.length == 9 && val[0]>'2' ) && !exponent_digit && !exponent_sign && !decimal ) isBigInt = true; ``` like line...

4_294_967_295 is 10 the '9' should be 10 also

bigint behavior changed slightly; published new version with old and new detections. Implemented user defined type support tests. [sack.vfs](https://github.com/d3x0r/sack.vfs) JSOX support evolved somewhat from this, and user types became incompatible....

Thanx for the heads up;; I'll consider my response :)

Again, thank you for the heads up; I was hoping a community of similar minds might help solve some of my questions about where/how to go from here. But; this...