Skip to content

govind-maheshwari2/json_editor_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(
  onChanged: (value) {
    // Do something
  },
  json: '''{
    "name": "John Doe",
    "age": 24,
    "hobbies": ["Reading", "Coding"],
    "address": {
      "street": "Main Street",
      "number": 1234567890,
      "city": "New York"
    }
  }''',
)

Additional information

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

Upcoming feature => expand/collapse all.

About

A user friendly widget to edit JSON object.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%