Skip to content

Instantly share code, notes, and snippets.

View Infern1's full-sized avatar

Rob Lensen Infern1

  • The Netherlands
View GitHub Profile
@sloanlance
sloanlance / jq_jsonl_conversion.md
Last active May 17, 2024 20:07
jq: JSONL ↔︎ JSON conversion

jq: JSONL ↔︎ JSON conversion

Prerequisites

  • jqhttps://jqlang.github.io/jq/ — "like sed for JSON data"

    There are several options available for installing jq. I prefer to use Homebrew: brew install jq

  1. JSONL → JSON