Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 557 Bytes

README_CN.md

File metadata and controls

22 lines (14 loc) · 557 Bytes

Json to PHP Array

English

将Json转为等价的PHP array表示

Usage

1. 使用可执行文件

Release page中提供了可执行文件,直接下载即可使用

# 查看帮助
./json2array -h

2. 源码运行

  1. 安装Python3,此项目仅使用了Python标准库,所以无需安装依赖
  2. 在当前目录新建文件input.json,向其中写入要转换json
  3. 执行python3 main.py,即可打印出输入json对应的PHP array表示