From e96a7a6a38b8828c53d4fc219eefe090a87c9313 Mon Sep 17 00:00:00 2001 From: Steve Noel <8985864+steve-noel@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:32:40 -0600 Subject: [PATCH] Add EDIJunction EDI to json conversion API to the readme file. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9413f0c..1c537b9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [bots-edi/bots](https://github.com/bots-edi) - Bots EDI Translator - [Campbellony/X12SqlServer](https://github.com/campbellony/x12sqlserver) - Simple X12 data model with TSQL parsing procedures - [EdiFabric/X12-Examples](https://github.com/EdiFabric/X12-Examples) - X12 and HIPAA Examples for EdiFabric EDI Tools -- [EdiFabric/EDIFACT-Examples](https://github.com/EdiFabric/EDIFACT-Examples) - EDIFACT and EANCOM Examples for EdiFabric EDI Tools +- [EdiFabric/EDIFACT-Examples](https://github.com/EdiFabric/EDIFACT-Examples) - EDIFACT and EANCOM Examples for EdiFabric EDI Tools +- [EDIJunction](https://edi-junction.com) - EDIFACT & X12 json conversion API. - [MicrosoftDocs/biztalk-docs](https://github.com/MicrosoftDocs/biztalk-docs) - Microsoft Biztalk documentation - [Mulesoft](https://github.com/mulesoft) - Collection of Mulesoft Repositories. - [BerryWorksSoftware/edireader](https://github.com/BerryWorksSoftware/edireader) - EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.