Update README.md

This commit is contained in:
2025-01-31 22:39:18 +01:00
committed by GitHub
parent 5e5cce0576
commit 92922ba24a

View File

@@ -43,6 +43,7 @@ The format supports the following data types:
- `\"` for a double quote (`"`)
- `\n` for a newline
- `\t` for a tab
- `\r` for carriage return
- `\\` for a backslash
- Strings may be empty.
- Example: `string = "My string"`