JSON: Difference between revisions

From DWIKI
mNo edit summary
Line 3: Line 3:
===JQ===
===JQ===
  cat foo.json | jq
  cat foo.json | jq
*[https://towardsdev.com/using-jq-to-fetch-key-value-from-json-output-a83ccbec2be9 some nice jq trickery]
===jsonlint===
===jsonlint===

Revision as of 16:28, 26 September 2022

Tools

Parser

JQ

cat foo.json | jq

jsonlint