LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
examples/array_example.py
examples/complex_example.py
examples/custom_example.py
examples/simple_example.py
examples/output/array_example_output.json
examples/output/complex_example_output.json
examples/output/custom_example_default.json
examples/output/custom_example_minimal.json
examples/output/custom_example_no_change.json
examples/output/simple_example_output.json
jxon/__init__.py
jxon/core.py
jxon_schema.egg-info/PKG-INFO
jxon_schema.egg-info/SOURCES.txt
jxon_schema.egg-info/dependency_links.txt
jxon_schema.egg-info/requires.txt
jxon_schema.egg-info/top_level.txt
test_data/complex_schema_output.json
test_data/reference_schema_output.json
test_data/action_test/input.json
test_data/action_test/output.json
test_data/complex_test/input.json
test_data/complex_test/output.json
test_data/enum_test/input.json
test_data/enum_test/output.json
test_data/reference_test/input.json
test_data/reference_test/output.json
test_data/reference_test/reference.json
test_data/simple_test/input.json
test_data/simple_test/output.json
tests/test_compatibility.py
tests/test_core.py
tests/test_openai_integration.py