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
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
You can’t perform that action at this time.
0 commit comments