Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter JSON packages
Last updated: November 15, 2024
Want to work with JSON in Dart & Flutter! JSON (JavaScript Object Notation) is widely used in Flutter app development as it enables seamless data interchange between the app's frontend and backend. There are various packages that make JSON manipulation, editing, viewing and analysis as efficient and user-friendly as possible. Here's a list of features that are provided these packages:
- JSON Parsing: JSON parsing in Flutter involves the extraction and interpretation of data encoded in JSON format, facilitating its integration into the Flutter application's logic and user interface.
- JSON Validation: Validate JSON data for syntax errors and compliance with the JSON specification.
- JSON Editing: Easily add, modify, or remove JSON keys and values.
- JSON View or Visualization: Tree view or hierarchical representation of JSON structure for easy navigation. Collapse/expand sections for complex JSON objects.
- JSON to/from Other Formats: Convert JSON data to other formats like XML, YAML, CSV, etc.
- Pretty Printing: Format JSON data with proper indentation and line breaks.
- Syntax Highlighting and Themes: Customizable syntax highlighting and color themes for JSON. Highlight syntax for easier understanding of the structure.
- Error Handling and Suggestions: Provide error messages and suggestions for fixing invalid JSON.
- JSON Minification: Remove unnecessary whitespace and reduce JSON size.
- Red/Write JSON: Read JSON data from local files, URLs, or clipboard. Write JSON data to files in various formats.
- JSON Templating: Create and save reusable JSON templates for specific data structures.
- JSON Formatting: Format JSON data to improve readability.
Whether it's populating UI components with remote data, managing application settings, or storing user preferences, JSON usage in Flutter empowers developers to efficiently create dynamic and responsive applications that harness the power of structured data exchange. The below list of Dart & Flutter JSON packages can help you add the above mentioned features in your Flutter app.
deep_pick
Dart 3 compatible 👍 144
Maintenance Status: Good
Simplifies manual JSON parsing with a type-safe API. No dynamic, no manual casting. Flexible inputs types, fixed output types. Useful parsing error messages
flutter_json_view
Dart 3 compatible 👍 127
Maintenance Status: Good
Displaying json models in a Flutter widget with customization.
xml2json
Dart 3 compatible 👍 116
Maintenance Status: Good
An XML to JSON conversion package. Supports Badgerfish, GData, OpenRally and Parker conversions.
json_path
Dart 3 compatible 👍 105
Maintenance Status: Good
Implementation of RFC 9535 - JSONPath: Query Expressions for JSON. Reads and writes values in parsed JSON objects using queries like `$.store.book[2].price`.
json
Dart 3 compatible 👍 86
Maintenance Status: Good
Easy encoding and decoding of JSON maps (maps of type `Map
geojson_vi
Dart 3 compatible 👍 58
Maintenance Status: Good
An Open-Source Dart and Flutter Library for Efficiently Handling GeoJSON Data in Compliance with RFC 7946
japx
Dart 3 compatible 👍 42
Maintenance Status: Good
Lightweight parser for the JSON:API (jsonapi.org) structure.
json_schema
Dart 3 compatible 👍 30
Maintenance Status: Good
JSON Schema implementation in Dart
ovo
Dart 3 compatible 👍 4
Maintenance Status: Good
OvO is a Dart-first schema declaration and validation library.
crimson
Dart 3 compatible 👍 117
Maintenance Status: Average
Fast, efficient and easy-to-use JSON parser and serializer for Dart.
colored_json
Dart 3 compatible 👍 25
Maintenance Status: Average
A package that converts JSON string into a customizable flutter widget.
canonical_json
Dart 3 compatible 👍 10
Maintenance Status: Average
Encoder and decoder for a canonical JSON format, useful when cryptographically hashing or signing JSON objects.
typed_json
Dart 3 compatible 👍 2
Maintenance Status: Average
A library intended to bring manual JSON serialization to the Dart projects of all scales.
geojson
Dart 3 compatible 👍 61
Maintenance Status: Poor
Utilities to work with geojson data. Parser with a reactive api, search and geofencing
json_data_explorer
Dart 3 compatible 👍 26
Maintenance Status: Poor
A highly customizable widget to render and interact with JSON objects.
json_patch
Dart 3 compatible 👍 22
Maintenance Status: Poor
Pure Dart utility package for the JSON Patch standard. Can apply patch operations as well as perform a diff algorithm on JSON-like objects.
flutter_json_viewer
Dart 3 compatible 👍 22
Maintenance Status: Poor
A Json viewer widget for flutter. Shows json data in an extensible list. Makes data readable on the phone easily.
safemap
Dart 3 compatible 👍 11
Maintenance Status: Poor
Safely get value with Type from JSON map. Will return null value when value was wrong.
flutter_json_widget
👍 30
Maintenance Status: Poor
A Json viewer widget for flutter. Shows json data in an extensible list. Makes data readable on the phone easily.
gson
👍 14
Maintenance Status: Poor
Parses and encodes the json generated by GSON (Can parse minecraft's json)