ini:
╭──────────────────┬─────────────────────┬──────────────────┬──────────────────────────────────────────────────────────╮
│ section (string) │ key (string) │ sub_key (string) │ value (string) │
├──────────────────┼─────────────────────┼──────────────────┼──────────────────────────────────────────────────────────┤
│ │ global │ │ value │
│ section │ section-tag-support │ │ partial │
│ quoting │ quoted │ │ some text in quotes │
│ quoting │ apostrophed │ │ some text in apostrophes │
│ quoting │ unquoted │ │ values are trimmed │
│ quoting │ we-need │ │ quotes or apostrophes │
│ quoting │ to-keep │ │ the leading/trailing whitespace │
│ multiline │ quoted │ │ first line↲second line │
│ multiline │ apostrophed │ │ first line↲second line │
│ multiline │ backslashed │ │ first line continues here │
│ comments │ ini │ │ true │
│ comments │ unix │ │ true │
│ comments │ but │ │ be aware that ; this is part of the value, not a comment │
│ subkeys │ a │ x │ AX │
│ subkeys │ a │ y │ AY │
│ escaping │ escaped-multiline │ │ first line↲second line │
│ escaping │ backslash │ │ back\slash │
│ escaping │ quotes │ │ quoted text with "quotes" inside │
│ escaping │ tab │ │ how↹very │
╰──────────────────┴─────────────────────┴──────────────────┴──────────────────────────────────────────────────────────╯
Record count: 19