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
{{ message }}
This repository was archived by the owner on Nov 26, 2023. It is now read-only.
What if when one launches jiq without receiving anything from stdin, it would print an instruction that it expects a json structure, and finally Ctrl+D to terminate the json string?
$ jiq
Enter a json formatted string, press Enter and Ctrl+D to continue:
[1,2,3]
^D
[Filter]>.
[
1,
2,
3
]