BizTalkComponents.PipelineComponents.CustomJsonCoders 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizTalkComponents.PipelineComponents.CustomJsonCoders --version 1.0.0
NuGet\Install-Package BizTalkComponents.PipelineComponents.CustomJsonCoders -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BizTalkComponents.PipelineComponents.CustomJsonCoders" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizTalkComponents.PipelineComponents.CustomJsonCoders --version 1.0.0
#r "nuget: BizTalkComponents.PipelineComponents.CustomJsonCoders, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BizTalkComponents.PipelineComponents.CustomJsonCoders as a Cake Addin
#addin nuget:?package=BizTalkComponents.PipelineComponents.CustomJsonCoders&version=1.0.0

// Install BizTalkComponents.PipelineComponents.CustomJsonCoders as a Cake Tool
#tool nuget:?package=BizTalkComponents.PipelineComponents.CustomJsonCoders&version=1.0.0

Custom Json Coders

Encoding/Decoding JSON arrays in BizTalk, besides JSON objects as usual in BizTalk. The components are based on the usual BizTalk JSON Encoder/JSON Decoder, there are some additional properties to handle the JSON array.

Decoder:

When the incoming json is a Json array, the component encapsulates the json array within an object, the array is given a name from the property ArrayNodeName.<br> The generated xml will then include the root node and one undound child which is the array, if ArrayNodeName is left empty, then the default value will be used, the default value is "<ins>data</ins>". The decoder still can decode the usual JSON object, and if incoming json is not detected as a json array, then it will be handled exactly the same as usual BizTalk JSON decoder.

Encoder:

Allows to generate a Json array output instead of usual Json object, but it requires that array should be available as the only root node child. Set the property Array Output to true to generate Json array output, otherwise it will generate the usual json output from BizTalk.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 628 4/17/2020
1.0.3 481 12/16/2019
1.0.2 487 12/13/2019
1.0.1 469 12/12/2019
1.0.0 492 12/12/2019

Initial release.