In BizTalk days we had strongly typed messages which made life easier for an integration developer but in Azure Integration Services, message definitions have been less strongly types.
One of the things that caught my eye recently was a post by Clemens Vasters where he talks about JsonStructure and how they are building it to help developers who are passing data on the Azure messaging systems such as Service Bus and Event Hub.
This really peaked my interest as this is something Azure Integration Developers can benefit from. I loved this quote from the article”
No more guessing whether that “string with format date-time” will parse correctly on the other side.
I did a small sample using JsonStructure with Logic Apps which you can see in the video below.
The articles and links I think you might find useful to learn more are below:
https://json-structure.org/sdks/dotnet.html
https://github.com/json-structure
