You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comma between object in the output array is not present.
$ touch a b
$ fselect name from . into json
[{"Name":"a"}{"Name":"b"}]
^
$ fselect name from . into json | jq
parse error: Expected separator between values at line 1, column 14
With fselect-0.7.6, the JSON output was still correct AFAIK.
The text was updated successfully, but these errors were encountered:
versions: fselect-0.7.7.. latest (0.7.9)
The comma between object in the output array is not present.
With fselect-0.7.6, the JSON output was still correct AFAIK.
The text was updated successfully, but these errors were encountered: