Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core Inheritance: System.ObjectSyntax
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