Skip to content

Commit

Permalink
Add pure Python implementation
Browse files Browse the repository at this point in the history
Add pure Python implementation available at https://github.com/rayokota/jsonata-python
  • Loading branch information
rayokota authored and mattbaileyuk committed Jun 13, 2024
1 parent 9eda3c7 commit 43c0f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following are known implementations of JSONata in addition to the primary im
|Java|https://github.com/dashjoin/jsonata-java|Native port of reference|2.0.3|
|.NET|https://github.com/mikhail-barg/jsonata.net.native|Native implementation|1.8.5|
|Python|https://github.com/qlyoung/pyjsonata|API bindings based on C bindings|1.8.3|
|Python|https://github.com/rayokota/jsonata-python|Native port of reference|2.0.5|
|Rust|https://github.com/johanventer/jsonata-rust|Implementation work in progress| |
|Rust|https://github.com/Stedi/jsonata-rs|Actively-developed fork of jsonata-rust| |

Expand Down

0 comments on commit 43c0f0c

Please sign in to comment.