json_type_guard 1.0.0
json_type_guard: ^1.0.0 copied to clipboard
A tiny, zero-codegen, runtime-safe JSON parsing helper for Dart & Flutter with precise field-level error messages.
1.0.1 #
- Updated documentation and examples
- Added comprehensive test suite
- Improved error messages with theming support
1.0.0 #
- Initial release
- Runtime type-safe JSON parsing
- Clear, field-level error messages
- Support for optional fields with
guardOrNull - Default value support
- Nested object parsing with
guardObject - List parsing with
guardList - Custom error theming
- Debug mode toggle
- Zero dependencies
- No code generation required
- Full test coverage