Skip to content

djosephsen/jq-irl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq-irl

This is the text version of my LISA mini-tutorial on gluing together web-api's with bash, curl, and JQ.

Section 0 Covers some curl intricacies and introduces JQ

Section 1 Begins our crash-course in JQ by exploring some output from the aws cli

Section 2 Shows you how to select-out and filter json objects to get just want you need

Section 3 A short digression into checking if one thingy is inside another thingy

Section 4 Shows you how to re-form existing json structures into new ones, and introduces the map() filter.

Section 5 Comes full circle, using JQ, curl, and bash to glue together some third party API's and make some interesting tools.

About

A Tutorial for JQ Created for my mini-tutorial session at LISA 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages