Elektrine lite

← Feed

@hgrsd@hachyderm.io

Post #3418708

2026-06-26 20:05 UTC

Does anyone know if there is a zon-parsing CLI tool a la `jq`? I'd like to parse out some fields in a shell script without having to resort to sed (though it works OK). #zig #opensource

Replies (1)

  • @levitte@mastodon.nu 2026-06-27 02:56

    @hgrsd@hachyderm.io Not exactly jq, but perhaps zon.zig goes a bit of the way? https://github.com/muhammad-fiaz/zon.zig

    Open ##3418707