mirror of
https://github.com/wader/fq.git
synced 2024-12-26 15:02:28 +03:00
cae288e6be
json, yaml, toml, xml, html, csv are now normal formats and most of them also particiate in probing (not html and csv). Also fixes a bunch of bugs in to/fromxml, to/fromjq etc.
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
$ fq -n "{a: bsl(1;100)} | toyaml | ., fromyaml"
|
|
"a: \"1267650600228229401496703205376\"\n"
|
|
{
|
|
"a": "1267650600228229401496703205376"
|
|
}
|