dart-json-mapper icon indicating copy to clipboard operation
dart-json-mapper copied to clipboard

Serialize / Deserialize Dart Objects to / from JSON

Results 17 dart-json-mapper issues
Sort by recently updated
recently updated
newest added

Why only peace for Ukraine? Why not peace for Palestine as well? It's important to recognize that human suffering and violations of rights, whether in Ukraine or Palestine, deserve equal...

I am using dart_json_mapper: ^2.2.9 and have been using it without problems for many of my models for a long time :) I am now experiencing a problem where I...

When integrating `dart_json_mapper` into a Flutter project that utilizes the official `flutter_localizations` package, a dependency conflict arises due to incompatible versions of the `intl` package. ```yaml dependencies: flutter: sdk: flutter...

enhancement

When using the `@JsonProperty(flatten: true)` flag, the library correctly **serializes** the object into a flat JSON structure. However, **deserialization fails** with a `null named arguments` error. ### Example #### Model...

bug