Functionsยง
- escape_
string - Escape special characters in a string for quoted output.
- is_
valid_ unquoted_ key - Check if a key can be written without quotes (alphanumeric, underscore, dot).
- needs_
quoting - Determine if a string needs quoting based on content and delimiter.
- quote_
string - Quote and escape a string.
- split_
by_ delimiter - unescape_
string - Unescape special characters in a quoted string.