| Name | Description |
|---|---|
| Binary data | Deserializes binary data to output format. |
| CSV | Deserialize CSV data to JSON |
| Form URL encoded | Converts a Form URL encoded string into a JSON object. |
| JSON | Takes an input json string from the context and converts it to actual json. |
| Plain text | Takes the context data and interprets it as plain text with optional settings for encoding. |
| URL decode | Takes an URL encoded string and converts it to plain text. |
| XML | Converts XML data into JSON. |
| YAML | Converts YAML data into JSON. |
| cXML |