Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-22 00:20:27 +00:00
parent 8d00ec1c41
commit 0cc7cfe867
23 changed files with 180 additions and 20 deletions

View File

@@ -13,6 +13,6 @@ source: https://github.com/tldr-pages/tldr.git
`python -m json.tool {{path/to/file.json}}`
- Validate and pretty-print JSON from standard input:
- Validate and pretty-print JSON from `stdin`:
`echo '{{{"key": "value"}}}' | python -m json.tool`