Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core Inheritance: System.Object

Syntax

Summary

Contains constants and shared configuration objects for Mintlify documentation generation.

Properties

JsonSerializerOptions

Gets the shared JsonSerializerOptions instance for consistent Mintlify JSON serialization.

Syntax

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