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.
Using AI to transform messy, unstructured vendor notes into clean JSON and a styled HTML website, highlighting the importance of examples.
A guide on converting arrays of key-value strings into JavaScript objects, using Advent of Code passport data as a practical example.
A developer shares the code and lessons learned from creating a Twitter bot that tweets summaries of Auckland bus system data.
A technical analysis of reverse-engineering TimeEdit's web interface to extract and parse schedule data via its JSON and HTML endpoints.
A technical guide on designing a modular iOS app architecture for data parsing, using libraries like CoreData and AFNetworking.
Introduces Property Mapper, a library to simplify and automate data parsing in iOS apps, replacing manual JSON mapping with declarative code.