i was just wondering the other day if there's an alternative to `jq` which uses Javascript syntax to filter JSON and there is! it's called `fx` https://fx.wtf/getting-started
(via @indirect: https://andre.arko.net/2025/06/13/2025-06-13-fx/)
i was just wondering the other day if there's an alternative to `jq` which uses Javascript syntax to filter JSON and there is! it's called `fx` https://fx.wtf/getting-started
(via @indirect: https://andre.arko.net/2025/06/13/2025-06-13-fx/)
@b0rk @indirect I wrote the npm `json` package ages ago as well: https://github.com/trentm/json https://trentm.com/json/#FEATURE-Conditional-filtering
In case that is also interesting.