json_editor_flutter 0.1.0 copy "json_editor_flutter: ^0.1.0" to clipboard
json_editor_flutter: ^0.1.0 copied to clipboard

Edit your JSON object with the help of this package. Create and delete objects using this user friendly widget.

Edit your JSON object with the help of this package. Create and delete objects using this user friendly widget.

Features #

JSON Editor

Getting started #

  • Add the package in your flutter project.
  • Import the package import 'package:json_editor_flutter/json_editor_flutter.dart';.

Usage #

JsonEditor(
  onSaved: (value) {
    print(value);
  },
  json: '''{
    'firstname': 'sanjay',
    'age': 24,
    'hobbies': ['dance', 'cricket'],
    'other': {
      'isGoodLooking': true
    }
  }''',
)

Additional information #

You can raise an issue/feature request on github.
Please leave a like if you find this package useful.

30
likes
150
points
5.87k
downloads

Publisher

verified publishermakecv.in

Weekly Downloads

Edit your JSON object with the help of this package. Create and delete objects using this user friendly widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on json_editor_flutter