> ## 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.

# Parsers

The following parsers are available:

| Name                                                                    | Description                                                                                 |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [Parse from CSV](/references/deserializer/csv)                          | Parses CSV data into JSON.                                                                  |
| [Parse from JSON](/references/deserializer/json)                        | Takes an input JSON string from the context and converts it to actual JSON.                 |
| [Parse from URL encoded](/references/deserializer/url-decode)           | Takes a URL encoded string and converts it to plain text.                                   |
| [Parse from XML](/references/deserializer/xml)                          | Converts XML data into JSON.                                                                |
| [Parse from YAML](/references/deserializer/yaml)                        | Converts YAML data into JSON.                                                               |
| [Parse from binary data](/references/deserializer/binary)               | Parses binary data into the output format.                                                  |
| [Parse from cXML](/references/deserializer/cxml)                        |                                                                                             |
| [Parse from form URL encoded](/references/deserializer/form-urlencoded) | Converts a Form URL encoded string into a JSON object.                                      |
| [Parse from plain text](/references/deserializer/plain-text)            | Takes the context data and interprets it as plain text with optional settings for encoding. |
