Jsoncsv

Latest version: v2.2.5

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.1.0

convert_json
dump_excel

2.0.9

2.0.8

2.0.4

--safe在`path` 中包含 separator时, 可以安全的产生 key

restore 是不会出错。

2.0.1

使用方法


cat raw.json|jsoncsv|mkexcel > output.csv
cat raw.json|jsoncsv|mkexcel -t xls > output.xls


json 的文件


{"s":["w",3,{"s":"t"}]}


变成


s.1,s.0,s.2.s
3,w,t

1.1

修改了`mkexcel.py`部分,增加dump格式(csv/xls)

此外添加了单元测试

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.