passive_data 0.7.0 copy "passive_data: ^0.7.0" to clipboard
passive_data: ^0.7.0 copied to clipboard

outdatedDart 1 only

Plain and passive data structures designed for Omnibus

Passive data #

Pub Package Build Status Coverage Status

This package contains tools to deal with passive data structures in Dart. It is designed for usage within Omnibus, but it could be used for other projects as well.

Specification #

Passive data structures are currently intended to be compatible with JSON. Encoding and decoding functions for other types (such as integer indexed maps and sets) are provided by this package. The following Dart types are allowed in passive data structures:

  • dynamic (allowed but not recommended)
  • null (empty fields)
  • num (integer or floating point)
  • bool
  • String
  • List
  • Map<String
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Plain and passive data structures designed for Omnibus

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on passive_data