mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Use Python tool to beautify JSON into unminified /json file
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -p ../json
|
mkdir -p ../json
|
||||||
node md2json.js ../README.md > ../json/api.json
|
node md2json.js ../README.md > ../json/api.min.json
|
||||||
|
python -m json.tool ../json/api.min.json > ../json/api.json
|
||||||
cat ../json/api.json
|
cat ../json/api.json
|
||||||
ls -l ..
|
|
||||||
ls -l ../json
|
|
||||||
|
|||||||
Reference in New Issue
Block a user