A Dart library providing type-safe getters for JSON maps (Map<String, dynamic>
) with robust error handling and support for nested keys using dot notation.
- Type-Safe Access: Retrieve values with explicit types.
- Default Values: Provide default values when keys are missing.
- Error Handling: Throws
FormatException
when type conversion fails. - Nested Key Support: Access nested JSON properties using dot notation.
Add typed_json_getters
to your pubspec.yaml
:
Check out various Examples to see how you can use these widgets in your Flutter projects.
We welcome contributions! Please see our Contributing guide for more information.
This project is licensed under the MIT License - see the License file for details.