JSON: Difference between revisions

From DWIKI
mNo edit summary
 
(5 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
*jsonlint
===jsonlint===
 
*[https://docs.python.org/3/library/json.html#module-json.tool json.tool]

Latest revision as of 09:58, 9 June 2025

Links

Examples

Tools

  • jsonlint