> ## Documentation Index
> Fetch the complete documentation index at: https://dotnetdocs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Summary of the Mintlify.Core.Converters Namespace

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#419AC5" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                                               | Summary                                                                                                       |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [ApiConfigConverter](/api-reference/Mintlify/Core/Converters/ApiConfigConverter)                   | Handles JSON conversion for API configuration properties that can be strings, arrays, or objects.             |
| [BackgroundImageConverter](/api-reference/Mintlify/Core/Converters/BackgroundImageConverter)       | Handles JSON conversion for background image properties that can be either strings or objects.                |
| [ColorConverter](/api-reference/Mintlify/Core/Converters/ColorConverter)                           | Handles JSON conversion for color properties that can be either strings or objects.                           |
| [IconConverter](/api-reference/Mintlify/Core/Converters/IconConverter)                             | Handles JSON conversion for icon properties that can be either strings or objects.                            |
| [NavigationJsonConverter](/api-reference/Mintlify/Core/Converters/NavigationJsonConverter)         | Custom JSON converter for navigation that outputs simple array format for Mintlify compatibility.             |
| [NavigationPageConverter](/api-reference/Mintlify/Core/Converters/NavigationPageConverter)         | Handles JSON conversion for navigation page items that can be either strings or GroupConfig objects.          |
| [NavigationPageListConverter](/api-reference/Mintlify/Core/Converters/NavigationPageListConverter) | Handles JSON conversion for lists of navigation page items that can be either strings or GroupConfig objects. |
| [PrimaryNavigationConverter](/api-reference/Mintlify/Core/Converters/PrimaryNavigationConverter)   | Handles JSON conversion for primary navigation properties that can be different types of objects.             |
| [ServerConfigConverter](/api-reference/Mintlify/Core/Converters/ServerConfigConverter)             | Handles JSON conversion for server configuration properties that can be strings or arrays.                    |
