leaktk-jf

A utility/lib for taking JSON and converting it to a directory tree for scanning.

WARNING - Very WIP

This project isn't ready yet.

TODO:

Nice to Have:

Example Usage

sh $ rm -rf /tmp/jf-example $ curl https://api.github.com/events | cargo run -- /tmp/jf-example/gh-events Writing /tmp/jf-example/gh-events/0/actor Writing /tmp/jf-example/gh-events/0/actor/avatar_url Writing /tmp/jf-example/gh-events/0/actor/display_login Writing /tmp/jf-example/gh-events/0/actor/gravatar_id Writing /tmp/jf-example/gh-events/0/actor/id Writing /tmp/jf-example/gh-events/0/actor/login Writing /tmp/jf-example/gh-events/0/actor/url Writing /tmp/jf-example/gh-events/0/created_at Writing /tmp/jf-example/gh-events/0/id Writing /tmp/jf-example/gh-events/0/payload Writing /tmp/jf-example/gh-events/0/payload/before Writing /tmp/jf-example/gh-events/0/payload/commits Writing /tmp/jf-example/gh-events/0/payload/commits/0/author Writing /tmp/jf-example/gh-events/0/payload/commits/0/author/email ...snip... Files written to /tmp/jf-example/gh-events