json_annotation 0.2.3
json_annotation: ^0.2.3 copied to clipboard
Annotations for the json_serializable package
0.2.3 #
- Added
ignorefield toJsonKeyclass annotation
0.2.2 #
- Added a helper class –
$JsonMapWrapper– and helper functions –$wrapMap,$wrapMapHandleNull,$wrapList, and$wrapListHandleNull– to support theuseWrappersoption added toJsonSerializableGeneratorinv0.3.0ofpackage:json_serializable.
0.2.1 #
JsonSerializableclass annotation- Added
nullablefield. - Fixed doc comment.
- Added
0.2.0 #
- Moved annotation classes for
JsonSerializableandJsonLiteral.