/JSON-Leaves

Prints the Paths to the leaves of a JSON Tree

Primary LanguagePython

JSON-Leaves

Prints the paths to the leaves of a JSON tree

Usage

From within the folder of this repo run the following command:

cat path/to/test.json | jsonleaves

Where path/to/test.json is the path to the file containing the JSON whose leaves' paths you want to print.