mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 19:01:55 +00:00
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
---
|
|
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`
|