diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2023-12-15 04:04:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 18:04:19 -0800 |
| commit | 41dff902fb56cc011d1e694045755796d5e3e27d (patch) | |
| tree | 48a81fbf30bcefdf59ceef324439cee587473501 /test/formatters/installers/python3-json.bash | |
| parent | a38279566a82c39253973e49a2a56634ded50212 (diff) | |
Add support for JSON with `python3 -m json.tool` (#257)
https://docs.python.org/3/library/json.html#module-json.tool
Diffstat (limited to 'test/formatters/installers/python3-json.bash')
| -rw-r--r-- | test/formatters/installers/python3-json.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formatters/installers/python3-json.bash b/test/formatters/installers/python3-json.bash new file mode 100644 index 0000000..da920e3 --- /dev/null +++ b/test/formatters/installers/python3-json.bash @@ -0,0 +1 @@ +apt-get install -y python3 |
