Skip to content

Commit a067829

Browse files
committed
codegen
1 parent c24f596 commit a067829

3 files changed

Lines changed: 1424 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.12"
18+
python-version: "3.x"
1919

2020
- name: Install build tools
2121
run: |

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2+
![Alpha](https://img.shields.io/badge/Status-Alpha-red)
3+
14
# 🔍 JSON Explorer
25

36
**JSON Explorer** is a powerful CLI and Python library for analyzing, visualizing, and exploring JSON data from files, URLs, or Python objects.
@@ -228,7 +231,7 @@ print_compact_tree(test_data, "Sample Data (Compact)")
228231
### Visualizations
229232

230233
```python
231-
Generates visual representations of statistics and insights
234+
# Generates visual representations of statistics and insights
232235
from json_explorer.visualizer import JSONVisualizer
233236

234237
visualizer = JSONVisualizer()

0 commit comments

Comments
 (0)