Fixing from review

This commit is contained in:
Mike Farah
2022-08-01 10:16:59 +10:00
parent 9628aaf8c5
commit d8f8661567
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# CSV
Encode/Decode to CSV or TSV.
Encode/Decode/Roundtrip CSV and TSV files.
## Encode
Currently supports arrays of homogenous flat objects, that is: no nesting and it assumes the _first_ object has all the keys required:
+1 -1
View File
@@ -1,5 +1,5 @@
# Properties
Encode/Decode to/from a property file. Line comments on value nodes will be copied across.
Encode/Decode/Roundtrip to/from a property file. Line comments on value nodes will be copied across.
By default, empty maps and arrays are not encoded - see below for an example on how to encode a value for these.