jsnail 1.0.1
jsnail: ^1.0.1 copied to clipboard
Safe parsing helpers for Map<String, Object?> and JSON-like data.
1.0.1 #
- Removed collection dependency to avoid version conflicts
1.0.0 #
- Introduced extension-based API for safe parsing
- Removed JSnail class and mixin-based usage
- Nullable-first design without try/catch
- Safe List and Map parsing
- Enum parsing without exceptions
- String to number parsing support
- Zero external dependencies
- Improved documentation and examples
0.0.3 #
- README update
0.0.2 #
- Platforms support update
0.0.1 #
- Initial release