1 parent c39dcac commit 0975376Copy full SHA for 0975376
1 file changed
README.rst
@@ -32,6 +32,10 @@ expressions:
32
strings: (["'])(?:\\.|(?!\1).)*\1
33
# matches either single- or double-quoted strings with escaping
34
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
+
39
*NestedText* is convenient for configuration files, data journals, address
40
books, account information, and the like. Here is an example of a file that
41
contains a few addresses:
0 commit comments