November 8th & 9th, 2024
Love SeaGL and want to help out? Get Involved
This video recording is archived by the Internet Archive. If you value their service, please consider thanking them with a small donation.

Intermediate jq: sed for json

SeaGL 2022

Part 2 of the jq trilogy (part 1 was given at SeaGL 2021).

In this part we cover using jq to change JSON documents from the command line.

Attendees will learn:

  • adding and removing entries
  • trimming data
  • map function
  • group_by function
  • combinations function

Today’s APIs and databases feed us lots of JSON. It’s a structured, line-independent data format, and our normal line-based tools such as grep, sed and awk fall a bit short.

jq understands JSON document format that’s easy to fit into your data pipeline. It can parse, search and manipulate JSON documents.

The first talk introducted jq and covered using it to search JSON objects similar to how grep is used for plain text.

Presenters

der.hans

der.hans, ObjectRocket

der.hans is a Free Software, technology and entrepreneurial veteran.

He’s chairman of the Phoenix Linux User Group (PLUG), BoF organizer for the Southern California Linux Expo (SCaLE), and founder of the Free Software Stammtisch and Stammtisch Job Nights.

Currently, he’s an engineering support manager at ObjectRocket. Most likely anything he says publicly was not approved by $dayjob.

https://floss.social/@FLOX_advocate

Resources