json_string 2.0.0 copy "json_string: ^2.0.0" to clipboard
json_string: ^2.0.0 copied to clipboard

outdated

A simple and lightweight JSON data container for Dart and Flutter.

2.0.0 #

  • JsonFormatException, JsonEncodingError, JsonDecodingError are still visible, but moved to json_util package.
  • Null values are now treated as primitive values.
  • encodeObjectList() now accepts null filled lists as input.

1.1.0 #

  • Clarified Jsonable mixin usage (non-breaking).

1.0.1 #

  • Documentation corrected.

1.0.0 #

Breaking:

  • decodedValueAsObject() is now called decodeAsObject()
  • decodedValueAsObjectList() is now called decodeAsObjectList()
  • decodedValueAsPrimitiveList() is now called decodeAsPrimitiveList()

Non-breaking:

  • Added decodeAsPrimitiveValue()
  • encode() now throws an instance of JsonEncodingError in case of error

0.2.0 #

  • New decoding options added.

0.1.0 #

  • Documentation corrected.
  • First stable release.

0.0.5 #

  • Cache option added.

0.0.4 #

  • README updated.

0.0.3 #

  • README updated.

0.0.2 #

  • Pub maintenance score improved.
  • First simple example added.

0.0.1 #

  • Initial release.
6
likes
0
pub points
72%
popularity

Publisher

verified publisherparsodyl.com

A simple and lightweight JSON data container for Dart and Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

json_util

More

Packages that depend on json_string