Skip to content

Commit 58b855d

Browse files
committed
📝 Add jsonata-python
1 parent bea3c39 commit 58b855d

File tree

1 file changed

+19
-0
lines changed
  • docs/data-processing/serialisation-formats/json

1 file changed

+19
-0
lines changed

docs/data-processing/serialisation-formats/json/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,25 @@ JSON tools
236236
.. image:: https://raster.shields.io/github/license/stefankoegl/python-json-patch
237237
:alt: Licence
238238

239+
`jsonata-python <https://github.com/rayokota/jsonata-python>`_
240+
`JSONata <https://docs.jsonata.org/overview.html>`_ is a lightweight query
241+
and transformation language for JSON data, inspired by XPath.
242+
243+
.. image:: https://raster.shields.io/github/stars/rayokota/jsonata-python
244+
:alt: Stars
245+
:target: https://github.com/rayokota/jsonata-python
246+
247+
.. image:: https://raster.shields.io/github/contributors/rayokota/jsonata-python
248+
:alt: Contributors
249+
:target: https://github.com/rayokota/jsonata-python/graphs/contributors
250+
251+
.. image:: https://raster.shields.io/github/commit-activity/y/rayokota/jsonata-python
252+
:alt: Commit activity
253+
:target: https://github.com/rayokota/jsonata-python/graphs/commit-activity
254+
255+
.. image:: https://raster.shields.io/github/license/rayokota/jsonata-python
256+
:alt: Lizenz
257+
239258
.. _`standard`: https://www.json.org/json-en.html
240259
.. _`JSON_Checker`: http://www.json.org/JSON_checker/
241260
.. _`JSON Schema Proposal`: https://json-schema.org

0 commit comments

Comments
 (0)