A code generator for JSON parsing in C.
uv run pytest # unit + integration
uv run pytest --cov=jsmn_tools # with coverage
uv run pytest codegen/tests/unit # unit only
uv run radon cc codegen/src -a -nb # cyclomatic complexity
uv run radon mi codegen/src -nb # maintainability index- Python >= 3.11
- uv
uv venv
uv sync --extra docsuv run sphinx-build -b html docs docs/_builduv run python -m http.server 8000 --directory docs/_buildOpen http://localhost:8000.