EN VI
Posts (0)
Questions (2)
2024-03-14 06:00:09
I just want the exact same json, but filtering out prop3,prop4 and nestedprop2 Update each item in the array by deleting what you want to be filtered out: .data[] |= del(.prop3, .prop4, .nestedprops...
Tags: jq
2024-03-15 23:30:05
You'll need to remember .now before looping ([]) deeper. Start your filter with .now as $now | ... Then in the array you create to keep some data, you can use $now as needed: .now as $now | .airc...
Tags: json jq

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login