json_visualizer 0.0.2
json_visualizer: ^0.0.2 copied to clipboard
A Flutter widget for displaying JSON data as an interactive tree view with various features.
0.0.2 #
- Added documentation for the widget
0.0.1 #
JsonVisualizerViewwidget with expand/collapse tree view- Syntax highlighting for keys, strings, numbers, booleans, null
- Customizable colors via
JsonVisualizerColors - Configurable
expandDepth,fontSize,indentWidth - Copy node JSON to clipboard (
onCopiedcallback) - Auto-decode JSON string input
- Supports primitive root values (string, number, bool, null)
- Indent guide lines for nested levels
- Animated expand/collapse transitions
- Lazy rendering with pagination for large collections (100+ items)