We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd495e commit 0fec6b6Copy full SHA for 0fec6b6
json/Dockerfile
@@ -30,7 +30,8 @@ RUN apk -U upgrade \
30
RUN pipx ensurepath --global \
31
&& pipx install --global \
32
csvkit==2.1.0 \
33
- json2yaml==1.2.0
+ json2yaml==1.2.0 \
34
+ jsonfmt==0.2.7
35
36
RUN npm install -g \
37
[email protected] \
json/docker-compose.test.yml
@@ -15,6 +15,7 @@ services:
15
csvsql --version # csvkit
16
curl --version # curl
17
git --version # git
18
+ jf -v # jsonfmt
19
jq --version # jq
20
json2yaml --version # json2yaml
21
jslint --version # jsonlint
0 commit comments