json_utilities 0.1.2 copy "json_utilities: ^0.1.2" to clipboard
json_utilities: ^0.1.2 copied to clipboard

outdated

A collection of json utilities to enhance the experience of working with json based models.

example/main.dart

import 'package:json_utilities/json_utilities.dart';

var json = <String, dynamic>{
  'root': 'value',
  'root2': <String, dynamic>{'leaf': 'fruit'}
};

String value = JSONUtils().get(json,'root.leaf', 'defaultValue');
7
likes
30
pub points
60%
popularity

Publisher

unverified uploader

A collection of json utilities to enhance the experience of working with json based models.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on json_utilities