Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 580 Bytes

File metadata and controls

15 lines (13 loc) · 580 Bytes

0.0.2

  • Added documentation for the widget

0.0.1

  • JsonVisualizerView widget 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 (onCopied callback)
  • 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)