If I use the BizTalk 2013 R2 JSON Encoder pipeline component to convert the following XML <ns0:ASCIISchema xmlns:ns0="http://RestASCIICharTest.ASCIISchema"><TAB>    </TAB><LF> </LF><CR> </CR><SPACE> </SPACE><ExtendedASCII255></ExtendedASCII255></ns0:ASCIISchema> to JSON I get all null elements { "TAB": null, "LF": null, "CR": null, "SPACE": null, "ExtendedASCII255": null } I wanted to get TAB, LF, CR or a space not null. For a […]
Blog Post by: mbrimble