json_inspector 0.0.2 copy "json_inspector: ^0.0.2" to clipboard
json_inspector: ^0.0.2 copied to clipboard

A Flutter package that provides an interactive JSON viewer with features like expanding/collapsing nodes, selecting values, and copying to clipboard. Perfect for debugging, data inspection, and JSON v [...]

Changelog #

0.0.1 - 2024-03-12 #

Added #

  • Initial release of the JSON Inspector package
  • Core JSON visualization functionality
    • Interactive tree view of JSON data
    • Expandable/collapsible nodes for objects and arrays
    • Node selection with highlight
    • Copy to clipboard functionality
    • Visual indicators for array length and object key count
    • Color-coded keys and values
    • Support for all JSON data types (null, boolean, number, string, array, object)

Features #

  • Customizable styles for keys and values through keyStyle and valueStyle parameters
  • Option to set initial expansion state through initiallyExpanded parameter
  • Long press gesture to copy values to clipboard
  • Automatic indentation for nested structures
  • Visual feedback for selected items
  • Built-in scroll support for large JSON structures

Documentation #

  • Added comprehensive README with usage examples
  • Included example project demonstrating key features
  • Added inline documentation for all public APIs
4
likes
130
points
164
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an interactive JSON viewer with features like expanding/collapsing nodes, selecting values, and copying to clipboard. Perfect for debugging, data inspection, and JSON visualization needs.

Repository (GitHub)
View/report issues

Topics

#ui #json #debug #inspector

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on json_inspector