wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
292 stars 55 forks source link

Number is too long error: fixed by using big integer in Jackson parser #38

Closed oleg-smith closed 2 years ago

wanglingsong commented 6 years ago

Could you please add an unit test for this change?

oleg-smith commented 6 years ago

@wanglingsong sure, added

olddeer commented 3 years ago

@wanglingsong Hello, I've faced same problems with "Number is too long for Long type", could you submit pull request ?