mirror of
https://github.com/wader/fq.git
synced 2025-01-08 07:28:34 +03:00
3623eac365
Turns our yaml is a superset of json
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
$ fq -n '"123 trailing" | fromjson._error.error'
|
|
exitcode: 5
|
|
stderr:
|
|
error: error at position 0xc: trialing data after top-level value
|
|
$ fq -n '`{"a":123}{"b":444}` | fromjson'
|
|
exitcode: 5
|
|
stderr:
|
|
error: error at position 0x12: trialing data after top-level value
|