LICENSE
README.md
pyproject.toml
json_explorer/__init__.py
json_explorer/__main__.py
json_explorer/analyzer.py
json_explorer/cli.py
json_explorer/interactive.py
json_explorer/logging_config.py
json_explorer/main.py
json_explorer/search.py
json_explorer/stats.py
json_explorer/tree_view.py
json_explorer/utils.py
json_explorer/visualizer.py
json_explorer/codegen/__init__.py
json_explorer/codegen/cli_integration.py
json_explorer/codegen/interactive.py
json_explorer/codegen/registry.py
json_explorer/codegen/core/__init__.py
json_explorer/codegen/core/config.py
json_explorer/codegen/core/generator.py
json_explorer/codegen/core/naming.py
json_explorer/codegen/core/schema.py
json_explorer/codegen/core/templates.py
json_explorer/codegen/languages/__init__.py
json_explorer/codegen/languages/go/__init__.py
json_explorer/codegen/languages/go/config.py
json_explorer/codegen/languages/go/generator.py
json_explorer/codegen/languages/go/interactive.py
json_explorer/codegen/languages/go/naming.py
json_explorer/codegen/languages/go/templates/complete_file.go.j2
json_explorer/codegen/languages/go/templates/json_tag.go.j2
json_explorer/codegen/languages/python/__init__.py
json_explorer/codegen/languages/python/config.py
json_explorer/codegen/languages/python/generator.py
json_explorer/codegen/languages/python/interactive.py
json_explorer/codegen/languages/python/naming.py
json_explorer/codegen/languages/python/templates/dataclass_file.py.j2
json_explorer/codegen/languages/python/templates/pydantic_file.py.j2
json_explorer/codegen/languages/python/templates/typeddict_file.py.j2
py_json_analyzer.egg-info/PKG-INFO
py_json_analyzer.egg-info/SOURCES.txt
py_json_analyzer.egg-info/dependency_links.txt
py_json_analyzer.egg-info/entry_points.txt
py_json_analyzer.egg-info/requires.txt
py_json_analyzer.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_gen_conftest.py
tests/test_gen_core_config.py
tests/test_gen_core_naming.py
tests/test_gen_core_schema.py
tests/test_gen_edge.py
tests/test_gen_error_handling.py
tests/test_gen_integration.py
tests/test_gen_performance.py
tests/test_gen_registry.py
tests/test_gen_templates.py
tests/test_go_generator.py
tests/test_python_generator.py
tests/test_search.py
tests/test_stats.py
tests/test_tree_view.py
tests/test_utils.py
tests/test_visualizer.py