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
Of course! I was looking through the issues searching for an answer to an issue I'm coming across with arrays. Figured might as well help anyone who runs into the issue.
I have a file, assets.json:
I tried to cat the file while piping it with JSON:
cat assets.json | json window bottom
which outputs:
I want it to just output the value of the key
bottom
.Like:
_
The text was updated successfully, but these errors were encountered: