Parse Codex `jsonl` with `jq`
A guide on using the `jq` command-line tool to parse and extract user prompts from ChatGPT Codex session files stored in JSONL format.
A guide on using the `jq` command-line tool to parse and extract user prompts from ChatGPT Codex session files stored in JSONL format.
A blog post discussing the Advent of Code programming challenge, its recent changes, and a suggestion to use it for learning or experimenting with AI.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.