Skip to main content

Turns a JSON file into a directory structure.

Project description

USAGE

json-to-dir <json-file> [output-directory]

output-directory defaults to somewhere in /tmp.

EXAMPLE

fiatjaf@menger ~> echo '[{"x": 23}, {"y": "23", "www": {"lll": "qwlekwq"}}]' > file
fiatjaf@menger ~> ./json-to-dir file
file written to /tmp/tmpXv1f5X.
fiatjaf@menger ~> tree /tmp/tmpXv1f5X/
/tmp/tmpXv1f5X/
├── 0
│   └── x
└── 1
    ├── www
    │   └── lll
    └── y

3 directories, 3 files

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

json-to-dir-1.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

json_to_dir-1.2-py3-none-any.whl (2.1 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