You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add JsonKey.explicitJsonNullWhenNonNullField for PATCH tri-state JSON (#1574)
- Introduced `JsonKey.explicitJsonNullWhenNonNullField` to support PATCH-style tri-state JSON fields, allowing distinction between omitted keys and explicit `null` values.
- Updated changelogs and version constraints in pubspec.yaml files to reflect the new features and dependencies.
- Enhanced serialization and deserialization logic to accommodate the new tri-state behavior.
This release improves JSON handling capabilities for better API integration.
0 commit comments