How to nicely remove empty array in jq August 31, 2023 by Tarik Use the select filter where length > 0. select(length > 0)