File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ The following are known implementations of JSONata in addition to the primary im
23
23
| Language| Link| Notes| JSONata version|
24
24
| ---| ---| ---| ---|
25
25
| 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|
26
27
| Go| https://github.com/blues/jsonata-go | Native implementation| 1.5.4|
27
28
| Go| https://github.com/yxuco/gojsonata | Native implementation| |
28
29
| Java| https://github.com/IBM/JSONata4Java | Native implementation| |
29
30
| Java| https://github.com/dashjoin/jsonata-java | Native port of reference| 2.0.5|
30
31
| .NET| https://github.com/mikhail-barg/jsonata.net.native | Native implementation| 1.8.5|
31
32
| 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 |
33
34
| Rust| https://github.com/johanventer/jsonata-rust | Implementation work in progress| |
34
35
| Rust| https://github.com/Stedi/jsonata-rs | Actively-developed fork of jsonata-rust| |
35
36
You can’t perform that action at this time.
0 commit comments