diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-01-24 20:49:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-01-24 20:49:10 -0800 |
commit | af458b10e3bc6709e68ef7d0ca1d2aabbeada414 (patch) | |
tree | da4f5e9455a892644aaa8904c469da188dae15e7 | |
parent | eccad1e4f3827f58700457474c7b1f7bf9d4223f (diff) | |
download | txr-af458b10e3bc6709e68ef7d0ca1d2aabbeada414.tar.gz txr-af458b10e3bc6709e68ef7d0ca1d2aabbeada414.tar.bz2 txr-af458b10e3bc6709e68ef7d0ca1d2aabbeada414.zip |
doc: split Data Interchange Support section.
* txr.1: Split Data Interchange Support into JSON and CSV.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -84438,7 +84438,7 @@ named .codn RTLD_LOCAL , etc. -.SS* Data Interchange Support +.SS* Data Interchange Support: JSON .coNP Macro @ json .synb @@ -85056,6 +85056,8 @@ If this variable is .codn nil , then JSON numbers are all converted to floating point. +.SS* Data Interchange Support: CSV + .coNP Function @ get-csv .synb .mets (get-csv <> [ source ]) |