Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
b0ef43db
Unverified
Commit
b0ef43db
authored
May 25, 2017
by
Dave Machado
Browse files
Use Python tool to beautify JSON into unminified /json file
parent
f3e1fe1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/build.sh
View file @
b0ef43db
#!/bin/bash
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
ls
-l
..
ls
-l
../json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment