在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:vladikk/JSON2CSV开源软件地址:https://github.com/vladikk/JSON2CSV开源编程语言:Python 97.9%开源软件介绍:JSON2CSV v2.0JSON2CSV is a Apache2 Licensed python based utility that converts json data to a csv file. Getting Started
If you pass in the following json file: [
{
"id": 1,
"name": {
"first": "john",
"last": "johnson"
},
"age": 27,
"languages": [ "c#", "vb", "python" ]
},
{
"id": 2,
"name": {
"first": "scott",
"middle": "scottster",
"last": "scottson"
},
"age": 29,
"languages": [ "objective-c", "c++" ]
}
] You'll get the following csv file:
PrerequisitesPython 3.x Installingpip install git+https://github.com/vladikk/JSON2CSV Running the testsruntests.sh Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the Apache License - see the LICENSE.md file for details |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论