.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.rst
pyproject.toml
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/jsontas/__init__.py
src/jsontas/__main__.py
src/jsontas/dataset.py
src/jsontas/jsontas.py
src/jsontas.egg-info/PKG-INFO
src/jsontas.egg-info/SOURCES.txt
src/jsontas.egg-info/dependency_links.txt
src/jsontas.egg-info/entry_points.txt
src/jsontas.egg-info/not-zip-safe
src/jsontas.egg-info/requires.txt
src/jsontas.egg-info/top_level.txt
src/jsontas/data_structures/__init__.py
src/jsontas/data_structures/condition.py
src/jsontas/data_structures/datastructure.py
src/jsontas/data_structures/expand.py
src/jsontas/data_structures/filter.py
src/jsontas/data_structures/from_item.py
src/jsontas/data_structures/list.py
src/jsontas/data_structures/operator.py
src/jsontas/data_structures/reduce.py
src/jsontas/data_structures/request.py
src/jsontas/data_structures/wait.py
tests/conftest.py