cover image

The jq command provides a consistent way to manipulate JSON data without leaving the command line. Learn how it works by tinkering in a jq playground.

cover image
ynqa/jnv
4 May 2024
github.com

Interactive JSON filter using jq.

cover image

Learn ways to convert from JSON to YAML and from YAML to JSON using the Linux command line.

cover image

Navigating Complex Data Structures with Python's json_normalize.

cover image

You have probably seen or used the YAML format in configuration files. YAML (a recursive acronym for...

cover image

yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor - mikefarah/yq

cover image

This page explains how to convert JSON to CSV format using Linux, macOS, *BSD or Unix command-line utilities.

cover image

As part of our recently announced deal with Apple Music [https://genius.com/a/genius-gets-smart-with-apple-music], you can now view Genius lyrics for your favorite music within the Apple Music app. We deliver our lyrics to Apple via a nightly export of newline-delimited JSON objects. With millions of songs in our

Content
16 Jan 2022
mosermichael.github.io
cover image
wader/fq: jq for binary formats
27 Dec 2021
github.com

jq for binary formats - tool, language and decoders for working with binary and text formats - wader/fq

JSONLint is the free online validator, json formatter, and json beautifier tool for JSON, a lightweight data-interchange format. You can format json, validate json, with a quick and easy copy+paste.

JSON
17 Dec 2021
json.org
https://www.json.com/
15 Dec 2021
json.com
cover image

Most of us use love and use the jq command. It works on Linux or Unix-like systems to extract data from JSON documents. Recently I found htmlq, which is like jq and written in Rust lang. Imagine being able to sed or grep for HTML data. We can search, slice, and filter HTML data with htmlq. Let us see how to install and use this handy tool on Linux or Unix and play with HTML data.

cover image

This brief guide explains how to parse and pretty print JSON with a command line tool called jq in Linux operating systems.

cover image
JSON Formatter & Validator
5 Mar 2020
jsonformatter.curiousconcept.com

Format and validate JSON data so that it can easily be read by human beings.

JSONLint - The JSON Validator
5 Mar 2020
jsonlint.com

JSONLint is the free online validator, json formatter, and json beautifier tool for JSON, a lightweight data-interchange format. You can format json, validate json, with a quick and easy copy+paste.

cover image
json linter at DuckDuckGo
19 Feb 2020
duckduckgo.com

DuckDuckGo. Privacy, Simplified.

cover image
Sheet Best
23 Dec 2019
sheet.best

Turn your Google Sheets into a REST API. Build websites, widgets, apps, prototypes, and tons more. Leave the backend to us.

cover image
JSON on the Command Line with Jq
23 Dec 2019
shapeshed.com

A series of how to examples on using jq, a command-line JSON processor

cover image
PyPy's New JSON Parser
9 Oct 2019
morepypy.blogspot.com

Introduction In the last year or two I have worked on and off on making PyPy's JSON faster, particularly when parsing large JSON files. I...