JSON: Difference between revisions

From DWIKI
(Created page with "JSON parser: jq  ")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
JSON parser: jq  
=Tools=
==Parser==
===JQ===
cat foo.json | jq
 
*[https://towardsdev.com/using-jq-to-fetch-key-value-from-json-output-a83ccbec2be9 some nice jq trickery]
 
===jsonlint===

Revision as of 16:28, 26 September 2022

Tools

Parser

JQ

cat foo.json | jq

jsonlint