NaldoRay

Results 3 issues of NaldoRay

I'm currently exploring various libraries to parse json string partially & lazily, and found jparse, great library with intuitive & simple API. But during testing, i found `PathParser` failed to...

When using serialization type JSON, `JsonTranscoder` throws `IllegalStateException` with reason "init() is not yet called". SSM 4.1.3 jackson-databind 2.13.5 It seems current latest implementation is not compatible with jackson version...

jparse version: 1.2.3 `ParseDouble.parseDouble(char[], int, int)` returns wrong result for number with E-notation. Example value `2.52734104E8` is parsed as `252734104.00000006` or `2.5273410400000006E8` (there's extra .00000006). The bug makes the value...