``` $ jq -n '{x:1} as [$x] ?// {$x} | $x' 1 $ jaq -n '{x:1} as [$x] ?// {$x} | $x' Error: expected | ╭─[<inline>] │ 1 │ {x:1} as [$x] ?// {$x} | $x ┆ ┬ ┆ │ ┆ ╰───────────── unexpected token ──╯ ```