Parsing and Serialization Utilities
include/Utils/Formats/ and lib/Utils/Formats/ provide lightweight data
format support for configuration, interchange, and debugging output.
Main components:
SExprfor S-expression parsing.cJSONandjson11for JSON handling.pcomb/for parser-combinator based parsers.
These helpers show up throughout Lotus in spec loaders, report generation, and small domain-specific parsers.
See also Utility Libraries.