google/json_serializable.dart
Generates utilities to aid in serializing to/from JSON.
DartBSD-3-Clause
Issues
- 9
build_runner failed after upgrading my flutter
#1427 opened by casontek - 0
- 1
Error and Exception handling
#1446 opened by PistonShot1 - 9
Can't custom JsonConverter with constructor arguments. Error "Generators with constructor arguments are not supported"
#1373 opened by phuongvt - 4
Generics complicate self-referential class structure
#1415 opened by craiglabenz - 1
@JsonKey on derived attributes
#1437 opened by Salvatore95 - 1
[Enhancement] more options for `FieldRename`
#1407 opened by lucavenir - 1
- 3
Feature request: FromJson format to local time
#1420 opened by trtiger4520 - 1
JsonKey + JsonConverter
#1414 opened by busslina - 1
Asynchronous fromJson
#1439 opened by HeropolisDa2ny - 0
Incorrect nullable enum deserialization behavior
#1441 opened by iXamDev - 0
Skip unparsable Collection values
#1438 opened by nrobi144 - 0
Generated `PerFieldToJson` class missing fields passed in `super` class constructor.
#1436 opened by iLoveDocs - 0
JsonEnum is not being generated when is not referenced in JsonSerializable
#1435 opened by subzero911 - 1
JsonSerializable is generating an incorrect defaultValue even when it's explictly defined at JsonKey
#1432 opened by lucas404x - 1
- 3
support 'as' prefixes for libs
#1360 opened by subzero911 - 1
Parsing error are logged without stack trace
#1426 opened by moshe5745 - 2
Decimal, API and SQLite
#1421 opened by alexrosabr - 1
Conflict between json_serializable and auto_route during build_runner execution
#1391 opened by terisuke - 1
- 0
How to use fromJson and toJson to split it into 2 fields
#1412 opened by flikkr - 1
`JsonKey.fromJson` seems to be ignored
#1409 opened by busslina - 2
Generate null checking code if the property is nullable when using `@JsonKey(fromJson)`
#1356 opened by hurelhuyag - 4
json_serializable _$*EnumMap generation
#1377 opened by ekuleshov - 0
need fromJson with Type
#1408 opened by phamconganh - 0
Allow extension type as Map keys if it extends one of primitive json types or has toJson() method
#1406 opened by AlexeyKatsuro - 0
Question: Will this packages support `extension types` like `kotlinx.serialization`?
#1405 opened by jpoh281 - 4
When generating a List, the list type is invalid
#1403 opened by matheuscsant - 2
Generate an object to access json keys
#1400 opened by ChreSyr - 2
More descriptive error messages when deserialising
#1402 opened by bramp - 0
How can I make it ignore "setter"?
#1399 opened by burekas7 - 0
Use of a generic JsonConverter
#1398 opened by alexdess - 0
Guidance on using `json_serializable` helper utilities
#1394 opened by pattobrien - 0
Use @JsonConverter for map keys.
#1393 opened by bramp - 0
Suggestion: Better support for `createPerFieldToJson`
#1392 opened by akvgergo - 1
Transforming empty nested map to object exception
#1388 opened by burekas7 - 2
Omit properties from `toJson()` when value is null
#1385 opened by lukehutch - 2
- 1
- 2
Cannot populate the required constructor argument: elementInfo. It is assigned to a field not meant to be used in fromJson.
#1384 opened by MikePendo - 3
- 0
"createFromJson" for `@JsonSerializable` to turn on/off deserialization code generation
#1382 opened by ManuelRauber - 1
Firebase firestore Datetime Support.
#1378 opened by normidar - 0
request: include common interface to allow us to indicate object supports toJson
#1376 opened by tylandercasper - 0
Handling empty nested json objects
#1370 opened by blechlem - 0
- 1
- 13
enum as Map keys causing key type is int
#1362 opened by SpeedReach