hone icon indicating copy to clipboard operation
hone copied to clipboard

Add InteractiveTreeVisualizer for JSON Structure Visualization

Open SyedZain714 opened this issue 9 months ago • 1 comments

Added InteractiveTreeVisualizer class in utils/visualizer.py for visualizing JSON structures as graphs.

  • Integrated the visualization feature with Hone class in hone.py.
  • Created a visualize_json function in hone.py to facilitate easy visualization of JSON structures derived from CSV files.
  • Users can now visualize the JSON structure by calling hone.visualize_json('path/to/input.csv').
  • Updated documentation to reflect the new visualization functionality.

SyedZain714 avatar May 21 '24 11:05 SyedZain714