UNPKG

yini-parser

Version:

Readable configuration without YAML foot-guns or JSON noise. The official Node.js parser for YINI config format — An INI-inspired configuration format with clear nesting, explicit types, and predictable parsing.

16 lines (14 loc) 263 B
// Parsed output from examples/basic.yini using YINI.parseFile(...) // JS object ;({ App: { title: 'My App', items: 10, debug: true, }, Server: { host: 'localhost', port: 8080, useTLS: false, }, })