├── .gitignore ├── LICENSE ├── MOCK_DATA.csv ├── MOCK_DATA.json ├── README.md └── json-csv-converter.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/LICENSE -------------------------------------------------------------------------------- /MOCK_DATA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/MOCK_DATA.csv -------------------------------------------------------------------------------- /MOCK_DATA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/MOCK_DATA.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/README.md -------------------------------------------------------------------------------- /json-csv-converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhsu98/json-csv-converter/HEAD/json-csv-converter.py --------------------------------------------------------------------------------