Skip to main content

JSON flatten for Python

Project description

See the source for this project here: https://github.com/mehdiabidi/json2csv"

(Example)

from anyjson2csv.json_to_csv import convert_json_to_csv import json

with open("listing_data_sampled.json", "r") as f: json_data = json.load(f)

convert_json_to_csv(json_data, "test.csv")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anyjson2csv-0.0.4.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

anyjson2csv-0.0.4-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page