Definition

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

Syntax

Mintlify.Core.MintlifyConstants

Summary

Contains constants and shared configuration objects for Mintlify documentation generation.

Properties

JsonSerializerOptions

Gets the shared JsonSerializerOptions instance for consistent Mintlify JSON serialization.

Syntax

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