Skip to content

Commit 2bb2589

Browse files
authored
Add C++ implementation; update Python version (#756)
1 parent 1c3b1f4 commit 2bb2589

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ The following are known implementations of JSONata in addition to the primary im
2323
|Language|Link|Notes|JSONata version|
2424
|---|---|---|---|
2525
|C|https://github.com/qlyoung/jsonata-c|Runs JSONata in embedded JS engine|1.8.3|
26+
|C++|https://github.com/rayokota/jsonata-cpp|Native port of reference|2.1.0|
2627
|Go|https://github.com/blues/jsonata-go|Native implementation|1.5.4|
2728
|Go|https://github.com/yxuco/gojsonata|Native implementation| |
2829
|Java|https://github.com/IBM/JSONata4Java|Native implementation| |
2930
|Java|https://github.com/dashjoin/jsonata-java|Native port of reference|2.0.5|
3031
|.NET|https://github.com/mikhail-barg/jsonata.net.native|Native implementation|1.8.5|
3132
|Python|https://github.com/qlyoung/pyjsonata|API bindings based on C bindings|1.8.3|
32-
|Python|https://github.com/rayokota/jsonata-python|Native port of reference|2.0.5|
33+
|Python|https://github.com/rayokota/jsonata-python|Native port of reference|2.1.0|
3334
|Rust|https://github.com/johanventer/jsonata-rust|Implementation work in progress| |
3435
|Rust|https://github.com/Stedi/jsonata-rs|Actively-developed fork of jsonata-rust| |
3536

0 commit comments

Comments
 (0)