Expand description
§Configuration Format Parsers
Multi-format configuration parsing with automatic format detection and high-performance implementations.
Modules§
- conf
- CONF Format Parser
- ini_
parser - INI format parser INI format parser implementation
- noml_
parser - NOML Format Parser
- properties_
parser - Java Properties format parser
- toml_
parser - TOML Format Parser
Functions§
- detect_
format - Detect configuration format from content
- detect_
format_ from_ path - Detect configuration format from file path
- parse_
file - Parse configuration from a file with automatic format detection
- parse_
string - Parse configuration from a string with optional format hint Uses zero-copy AST parser for enterprise performance