• Handle Array/List Json messages in BizTalk Receive Pipeline

    This blog is to explain how to handle below requirements in BizTalk Receive Pipeline. Handle Non-List/Array json messages Handle List/Array json messages Remove special characters before Json Decoder pipeline stage Let’s discuss these points. Handle Non-List/Array json messages By default, BizTalk Receive Pipeline Json Decoder can convert the Json message to Xml message. Example: {…