zio / zio-schema

Compositional, type-safe schema definitions, which enable auto-derivation of codecs and migrations.
https://zio.dev/zio-schema
Apache License 2.0
142 stars 162 forks source link

How to serialize double value to plain format in json encoder? #634

Open liewhite opened 10 months ago

liewhite commented 10 months ago

It hardcode exp > 7 || exp < -3 use scientific notation. But some 3rd party decoder can't deserialize it.