Issues
- 6
Can't decode 256bit numbers
#1053 opened by liewhite - 0
Support Producing JSON Schema
#1170 opened by hearnadam - 1
Automatic derivation of codecs fails for nested HKT if implicits are defined in wrong order
#1015 opened by p3et - 1
JsonFieldEncoder for UUID
#1143 opened by Petter-K - 11
Unable to locate the JsonDecoder for a type constructor containing a nested type.
#1128 opened by wi101 - 9
Default case class values are memoized
#1055 opened by jwcarvana - 5
Error when reading json array file?
#1071 opened by SimunKaracic - 0
- 0
JsonCursor composition
#1099 opened by BalduinLandolt - 7
serialize option None field on a object as json null
#1085 opened by wenhoujx - 4
[Feature Request] support jsonDiscriminator in case class
#1056 opened by alphaho - 1
Add support for ZIO Prelude New Types
#852 opened by devsprint - 4
zio-json-macros for Scala 3
#1090 opened by andreoss - 6
Contributor's Guide page not found
#1064 opened by ezhil56x - 6
Parse a de facto integer JSON number as an Int
#1049 opened by seakayone - 6
- 1
- 1
Better ISO-8601 support
#1036 opened by paulpdaniels - 0
json 26 fields limitation
#1014 opened by shmishleniy - 4
Add Support for ScalaNative
#985 opened by DamianReeves - 1
Default Yaml configuration leads to incorrect Yaml
#1003 opened by fanf - 5
zio-json-yaml uses SnakeYaml 1.33 which has a 9.8 CVE
#973 opened by fanf - 0
add encoder/decoder/codec for java.util.Currency
#970 opened by devsprint - 2
[Bug] Macro configuration for Scala 3
#943 opened by vladimir-lu - 0
- 0
- 0
- 1
- 0
Is it possible to store additional fields? [Question]
#913 opened by mblund - 0
[Bug] Duplicate keys are encoded in json
#942 opened by bilal-fazlani - 3
Support error accumulation
#771 opened by Iltotore - 0
Enum case objects serialize to string
#931 opened by liewhite - 0
NPE when there shouldn't be (with explicit nulls)
#920 opened by robmwalsh - 2
- 1
JsonEncoder and JsonDecoder for Json
#900 opened by ioleo - 1
Feature request: field name aliases
#864 opened by erikvanoosten - 0
DeriveJsonEncoder and DeriveJsonDecoder don't pick up implicit Codec instances
#867 opened by leszekgruchala - 9
Support for enum / sealed traits without hints nor discrimination fields
#749 opened by carlos-verdes - 3
Missing fields lead to error even with default values
#779 opened by visox - 4
Support Scala 3 Union Types
#752 opened by robmwalsh - 1
Option decoder for Scala 3.2
#780 opened by ex0ns - 1
- 1
Golden tests don't work
#750 opened by sergeda - 2
- 0
Golden testing assumes sbt layout when calculating rootDir for test files
#764 opened by DamianReeves - 1
Encoding union types fails to compile
#740 opened by ruurtjan - 4
Custom type decoder/encoder
#743 opened by daharon - 2
JsonDecoder's `orElse` and `map` do not defer `unsafeDecodeMissing` to `self`
#705 opened by Kalin-Rudnicki - 1
Discriminating case classes causes compiler error in Scala 3.1.3 with Tapirs Zio JSON support (Tapir version 1.0.5)
#713 opened by longliveenduro - 0
Missing decoder for `immutable.ArraySeq`
#700 opened by plokhotnyuk