ejson_analyzer 0.4.0
ejson_analyzer: ^0.4.0 copied to clipboard
Common analysis code for EJSON packages. 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 adefaultValueargument that is returned if
nullis passed asejson.register<T>takes an optionalsuperTypesargument to specify the super types ofTif needed.
0.3.1 #
- Update sane_uuid dependency to ^1.0.0 (compensate for breaking change)
0.3.0 #
- Rename
Keyclass toBsonKeyto avoid common conflict with flutter
0.2.0-pre.1 #
- First published version.
0.1.0 #
- Initial version.