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
I think this is not supported - jj seems to not support ndjson at all sadly. I agree that the syntax is more readable than jq, but also far more limited.
Hello!
I find this API more readable than jq. However, I'm not sure how to perform some actions:
JSON lines example:
How would I update all names to "Peter"?
How would I update "name" key to "firstname"?
Thanks!
(I tried
jj -v Peter '..#.name'
)The text was updated successfully, but these errors were encountered: