mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
e3ae1440c9
Feels less cluttered, easier to read and more consistent. Still keep tovalue, tobytes etc that are more basic functions this only renamed format related functions. Also there is an exceptin for to/fromjson as it comes from jq. Also fixes lots of spelling errors while reading thru.
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
def to_csv($opts): _to_csv($opts);
|
|
def to_csv: _to_csv(null);
|
|
def _csv__todisplay: tovalue;
|