You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Command-line tool for working with YINI configuration files. A human-friendly co
19
19
## 💡 What is YINI?
20
20
-**INI-inspired** — with added support for typing, comments, and nested sections.
21
21
-**Uses minimal syntax** — minimal syntax noise, maximum clarity.
22
-
-**No indentation or dot-delimited keys** — section nesting support.
22
+
-Section nesting **without requiring indentation or dot-delimited keys**.
23
23
-**Supports strict and lenient modes**, and all major data types.
24
24
- Designed for compatibility with both **manual editing** and **automation**.
25
25
- 👉 See [how YINI compares to JSON, YAML, INI, and TOML](https://github.com/YINI-lang/yini-parser-typescript/tree/main/examples/compare-formats.md).
0 commit comments