Welcome to jonq's documentation!
================================

.. image:: https://img.shields.io/pypi/v/jonq.svg
   :target: https://pypi.org/project/jonq/
   :alt: PyPI Version

jonq is a Python tool that provides a SQL-like syntax for querying JSON files, built as a wrapper around the powerful `jq` utility. It simplifies JSON querying for users familiar with SQL, making it easier to extract and manipulate data without needing to master `jq`'s complex syntax.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   installation
   usage
   usage_in_python
   comparison
   examples
   api
   contribution

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`