From ed42067c07cf05df3b5624f9b6b2b992fd78fd16 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Sat, 6 Jun 2026 17:52:26 +0100 Subject: [PATCH] Add Corvus .NET implementation link to overview --- docs/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/overview.md b/docs/overview.md index 50adc719..90a08947 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -31,6 +31,7 @@ The following are known implementations of JSONata in addition to the primary im |Java|https://github.com/IBM/JSONata4Java|Native implementation| | |Java|https://github.com/dashjoin/jsonata-java|Native port of reference|2.1.0| |.NET|https://github.com/mikhail-barg/jsonata.net.native|Native implementation|2.1.0| +|.NET|https://github.com/corvus-dotnet/Corvus.JsonSchema|Native implementation|2.1.0| |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.1.0| |Rust|https://github.com/johanventer/jsonata-rust|Implementation work in progress| |