JSON serialization utilities for the Pure ecosystem.
Pure.Serialization.Json provides shared JSON serialization utilities and helpers for the Pure ecosystem. It builds on System.Text.Json and is fully AOT-compatible.
- AOT-compatible — fully compatible with Native AOT compilation; no runtime reflection.
- Composable — utilities integrate cleanly with other Pure serialization packages.