Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alumio.com/llms.txt

Use this file to discover all available pages before exploring further.

The following deserializers are available:
NameDescription
Binary dataDeserializes binary data to output format.
CSVDeserialize CSV data to JSON
Form URL encodedConverts a Form URL encoded string into a JSON object.
JSONTakes an input json string from the context and converts it to actual json.
Plain textTakes the context data and interprets it as plain text with optional settings for encoding.
URL decodeTakes an URL encoded string and converts it to plain text.
XMLConverts XML data into JSON.
YAMLConverts YAML data into JSON.
cXML