zio / zio-json

Fast, secure JSON library with tight ZIO integration.
https://zio.dev/zio-json
Apache License 2.0
401 stars 143 forks source link

fix: enable decoding of 256 bit numbers (#1053) #1134

Open abhishek818 opened 1 week ago

abhishek818 commented 1 week ago

fixes #1053

/claim #1053

abhishek818 commented 1 week ago

@jdegoes Up for review.

abhishek818 commented 1 week ago

I have simply reconfigured the limit to 256 here, should we provide a config to set the limit (not sure how? also it can lead to other problems) OR should I look in the direction of a custom decoder OR or increase the const to some other higher no. ?

@jdegoes @987Nabil

abhishek818 commented 2 days ago

@jdegoes hey can you review this?