passive_data 0.7.1+1 copy "passive_data: ^0.7.1+1" to clipboard
passive_data: ^0.7.1+1 copied to clipboard

Dart 1 only

Plain and passive data structures designed for Omnibus

Passive data #

Pub Package

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
15
pub points
0%
popularity

Publisher

unverified uploader

Plain and passive data structures designed for Omnibus

Repository (GitLab)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on passive_data