Skip to content

Commit 952cb9b

Browse files
committed
📝 Add jsonata-python
1 parent 971c000 commit 952cb9b

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,26 @@ JSON-Tools
245245
.. image:: https://raster.shields.io/github/license/stefankoegl/python-json-patch
246246
:alt: Lizenz
247247

248+
`jsonata-python <https://github.com/rayokota/jsonata-python>`_
249+
`JSONata <https://docs.jsonata.org/overview.html>`_ ist eine
250+
leichtgewichtige Abfrage- und Transformationssprache für JSON-Daten,
251+
inspiriert von XPath.
252+
253+
.. image:: https://raster.shields.io/github/stars/rayokota/jsonata-python
254+
:alt: Stars
255+
:target: https://github.com/rayokota/jsonata-python
256+
257+
.. image:: https://raster.shields.io/github/contributors/rayokota/jsonata-python
258+
:alt: Contributors
259+
:target: https://github.com/rayokota/jsonata-python/graphs/contributors
260+
261+
.. image:: https://raster.shields.io/github/commit-activity/y/rayokota/jsonata-python
262+
:alt: Commit activity
263+
:target: https://github.com/rayokota/jsonata-python/graphs/commit-activity
264+
265+
.. image:: https://raster.shields.io/github/license/rayokota/jsonata-python
266+
:alt: Lizenz
267+
248268
.. _`standard`: https://www.json.org/json-en.html
249269
.. _`JSON_Checker`: http://www.json.org/JSON_checker/
250270
.. _`JSON Schema Proposal`: https://json-schema.org

0 commit comments

Comments
 (0)