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
It's not in my nature to ask other people for favors (unless sexual), but I'm too lazy in this case.
I would like an option that works similar to transformers. The option takes one or more arguments and will for each JSON line, only include attributes that are specified as arguments to the option. For example:
Yes! If you are working with large Json files, the first step could be to only select the attributes you want and save that to a new file. That would be consecutive operations a lot faster.
It would be neat if it was a little more complex that what you do above so that you could do this for nested expressions, for example:
$ cat SOME-FILE | jku --some-option one three names:names.people[0].name
There are most likely other complex situations that could be very useful.
Hello mr. Bjorn.
It's not in my nature to ask other people for favors (unless sexual), but I'm too lazy in this case.
I would like an option that works similar to transformers. The option takes one or more arguments and will for each JSON line, only include attributes that are specified as arguments to the option. For example:
Running this:
$ cat ABOVE-FILE | jku --some-option one three
Would produce this:
Could you please implement this for me sugar?
The text was updated successfully, but these errors were encountered: