Module parsers

Module parsers 

Source
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