Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-20 00:28:18 +00:00
parent 3321f35e10
commit 51e1b58889
18 changed files with 300 additions and 9 deletions

17
tldr/linux/spa-json-dump Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# spa-json-dump
> Convert a SPA JSON file to standard JSON.
> More information: <https://docs.pipewire.org/page_man_spa-json-dump_1.html>.
- Convert a SPA JSON file to standard JSON:
`spa-json-dump {{path/to/file.conf}}`
- Convert SPA JSON from `stdin` to standard JSON:
`echo "{{spa_json_string}}" | spa-json-dump`