瀏覽代碼

Use Python tool to beautify JSON into unminified /json file

pull/362/head
Dave Machado 7 年之前
父節點
當前提交
b0ef43db58
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 948D4778D01A7B3F
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. +2
    -3
      build/build.sh

+ 2
- 3
build/build.sh 查看文件

@@ -1,7 +1,6 @@
#!/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

Loading…
取消
儲存