JSON: Difference between revisions

From DWIKI
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
*[https://json.org JSON home]
=Examples=
*[https://json.org/example.html JSON example]
=Tools=
=Tools=
==Parser==
*[[JQ]]
===JQ===
cat foo.json | jq
 
*[https://towardsdev.com/using-jq-to-fetch-key-value-from-json-output-a83ccbec2be9 some nice jq trickery]


===jsonlint===
jsonlint

Latest revision as of 13:30, 6 October 2023

Links

Examples

Tools

jsonlint