json_visualizer 0.0.1
json_visualizer: ^0.0.1 copied to clipboard
A Flutter package for visualizing JSON data.
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)