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
141 stars 161 forks source link

Support for `ListMap` Schemas #736

Open 987Nabil opened 1 month ago

987Nabil commented 1 month ago

The main idea is, that JSON maps (aka dynamic field names and values) keep the same order as in the json. We need this to ensure stable generation of case classes in zio-http gen