Working with JSON

Working with JSON in Anvaigo EDI Connect

Anvaigo EDI Connect does not include a built-in JSON converter. However, JSON integration is still possible through alternative approaches:

  • Custom Codeunit: For complex JSON structures, you can implement your own Codeunit to handle the JSON processing logic.
  • Text Converter: If the JSON structure is relatively simple, the built-in text converter can be used to parse and process the data.

If you’re unsure which approach best fits your scenario, our support team is available to review your requirements and provide guidance on the most suitable implementation strategy.