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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for json_to_dir-1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd79a2c15d1a9925d751620203852215875882ee7e201d62fbff54d4e17679ac |
|
MD5 | 01f9e506e8af7bdc193b21e736ffad81 |
|
BLAKE2b-256 | d5a3707f72f08f69e696c9a4b790c60c7bae0bbd12e93fd2b67dbd5d826056d5 |