# jq Introduction
# Youtube Tutorials
Here is an introductory call to jq: Processing JSON in the command-line made easy - jq tutorial (first steps) by Szymon Stepniak
A more advanced talk on jq is the one at !!Con 2017: Serious Programming with jq?! A Practical and Purely Functional Programming Language! by Charles Chamberlain:
# Modules
- Repo jq-modules-examples (opens new window) with an example of a module in jq
# jq Cookbook
- jq Cookbook (opens new window) jq recipes
# jless
# Práctica Asociada
Haga la práctica jq exercises
# References
- La extensión VSCode jq vscode-jq (opens new window) provee que cuando estemos editando un ficher
.json
tengamos un playground para jq en la ventana de comandos. - Repo awesome-jq (opens new window)
- jless (opens new window)