zio-json icon indicating copy to clipboard operation
zio-json copied to clipboard

Fast, secure JSON library with tight ZIO integration.

Results 167 zio-json issues
Sort by recently updated
recently updated
newest added

i'm having a hard time finding info in the tests etc :)

This ticket just exists so we can document the need to come up with a list of third-party library integrations.

good first issue

Ideally without decoding the whole structure, support cursor-like operations to extract single values.

AFAICT this was true before migrating to the ZIO project structure in #9

good first issue

Maybe we can only use it in benchmarks

Most likely we can improve performance by eliminating read / writer and going directly with inputstream / outputstream or classes baked on these.

Hello, [JMAP](https://jmap.io) is encoding some data, called Invocation in the following way: ``` ["nameOfTheMethod", arguments, "clientId"] ``` It's an array of 3 elements, the first and the third are string,...

``` Success([-2]) did not satisfy (fails(anything()) ?? "n_number_-2..json") Success([12]) did not satisfy (fails(anything()) ?? "n_number_with_leading_zero.json") Success("") did not satisfy (fails(anything()) ?? "n_string_with_trailing_garbage.json") Success([2E+3]) did not satisfy (fails(anything()) ?? "n_number_2.e3.json") Success({"a":true})...

Scala 3 union types aren't supported, but unions are very common in typescript - support for this would be super handy! https://scastie.scala-lang.org/1h8VItvQQdiuZpGR4EX0qg