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

# MintlifyConstants

> Contains constants and shared configuration objects for Mintlify documentation generation.

## Definition

**Assembly:** Mintlify.Core.dll

**Namespace:** Mintlify.Core

**Inheritance:** System.Object

## Syntax

```csharp theme={"dark"}
Mintlify.Core.MintlifyConstants
```

## Summary

Contains constants and shared configuration objects for Mintlify documentation generation.

## Properties

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> JsonSerializerOptions

Gets the shared JsonSerializerOptions instance for consistent Mintlify JSON serialization.

#### Syntax

```csharp theme={"dark"}
public static System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get; }
```

#### Property Value

Type: `System.Text.Json.JsonSerializerOptions`

#### Remarks

This instance is configured with:

* Indented formatting for readable output
* CamelCase property naming to match Mintlify schema
* Null value ignoring to omit optional properties
* Polymorphic JSON converters for complex object types
* Source-generated type info resolver on .NET 8+ for AOT compatibility
