UNPKG

yini-parser

Version:

Node.js parser for YINI — a clean, structured INI alternative with types, simple section nesting, comments, and strict mode.

16 lines (14 loc) 228 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 } }