Unverified Commit b0ef43db authored by Dave Machado's avatar Dave Machado
Browse files

Use Python tool to beautify JSON into unminified /json file

parent f3e1fe1b
#!/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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment