Skip to content

A small tool to extract specific value by key from very large JSON file.

License

Notifications You must be signed in to change notification settings

k3v142/KeyFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyFinder

KeyFinder is a small tool that allow you to extract values from JSON file by a key.

Usage

 _   __          ______ _           _
| | / /          |  ___(_)         | |
| |/ /  ___ _   _| |_   _ _ __   __| | ___ _ __
|    \ / _ \ | | |  _| | | '_ \ / _` |/ _ \ '__|
| |\  \  __/ |_| | |   | | | | | (_| |  __/ |
\_| \_/\___|\__, \_|   |_|_| |_|\__,_|\___|_|
             __/ |
            |___/

Tool to find every value in JSON file by key
https://github.com/k3v142/KeyFinder
-------------------------------------------------------------------------------

usage: keyfinder.py [-h] [-k KEY] [-i FILE] [-o FILE]

optional arguments:
  -h, --help            show this help message and exit
  -k KEY, --key KEY     Key to find
  -i FILE, --input FILE
                        Input file
  -o FILE, --output FILE
                        Output file (optional)

About

A small tool to extract specific value by key from very large JSON file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages