Frends.JSON.Transform / 1.1.0
Summary
Reshapes one JSON document into another using a JUST.NET transformation, keeping the mapping as a declarative document instead of code — the JSON counterpart to XSLT.
Typical use — canonical mapping between two systems' JSON, where the map is a maintained artefact in its own right
Input consist of parameters used in this Task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputJson | Object |
{"name":"veijo"} |
{\"name\":\"veijo\"} |
Map input json in String or JToken type |
| JsonMap | String |
{"firstName":"#valueof($.name)"} |
{\"firstName\":\"#valueof($.name)\"} |
JUST json map. See: https://github.com/WorkMaze/JUST.net#just |