Compare commits

...

2 commits

Author SHA1 Message Date
Michael Chrisco
f1121cea30
Merge pull request #105 from steve-noel/main
Add EDIJunction EDI to JSON conversion API to the readme file.
2024-11-12 08:47:58 -08:00
Steve Noel
e96a7a6a38 Add EDIJunction EDI to json conversion API to the readme file. 2024-11-07 19:32:40 -06:00

View file

@ -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.