Skip to content

Commit 0975376

Browse files
Ken KundertKen Kundert
authored andcommitted
tweak README
1 parent c39dcac commit 0975376

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ expressions:
3232
strings: (["'])(?:\\.|(?!\1).)*\1
3333
# matches either single- or double-quoted strings with escaping
3434
35+
If other types are needed, the reader can convert values on a per-field basis.
36+
By having *NestedText* support only a single data type, it naturally
37+
accommodates any data type through reader-defined conversions.
38+
3539
*NestedText* is convenient for configuration files, data journals, address
3640
books, account information, and the like. Here is an example of a file that
3741
contains a few addresses:

0 commit comments

Comments
 (0)