We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be useful (at least for me) to have an annotation to ignore the serialization of certain fields.
@JsonSerializable() Class Person {
@jsonkey(ignore: true) final bool isNew;
}