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

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.
1
likes
140
pub points
62%
popularity

Publisher

verified publisherrealm.io

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

Topics

#ejson #bson #json #build-runner #codegen

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, ejson_annotation, objectid, sane_uuid, type_plus

More

Packages that depend on ejson