ejson_annotation 0.4.0 copy "ejson_annotation: ^0.4.0" to clipboard
ejson_annotation: ^0.4.0 copied to clipboard

Annotation for EJSON serialization. BSON is a binary format used to store JSON-like documents efficiently. EJSON extends JSON defining how all BSON types should be represented in JSON.

0.4.0 #

  • fromEJson<T> now accepts a defaultValue argument that is returned if
    null is passed as ejson.
  • register<T> takes an optional superTypes argument to specify the super types of T if needed.

0.3.1 #

  • Update sane_uuid dependency to ^1.0.0 (compensate for breaking change)

0.3.0 #

  • Rename Key class to BsonKey to avoid common conflict with flutter

0.2.0-pre.1 #

  • First published version.

0.1.0 #

  • Initial version.
0
likes
130
pub points
32%
popularity

Publisher

verified publisherrealm.io

Annotation for EJSON serialization. BSON is a binary format used to store JSON-like documents efficiently. EJSON extends JSON defining how all BSON types should be represented in JSON.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on ejson_annotation