Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 564 Bytes

File metadata and controls

12 lines (12 loc) · 564 Bytes

json-edit

About

Welcome to the json-edit!
This tool unleashes the full power of the terminal for editing JSON files

Docs

Syntax: json-edit create [fileName.json] => creates a json file containing {} 
        json-edit read [fileName.json] => show the contents of [fileName.json]
        json-edit write [fileName.json] [propertyName] [propertyValue] => creates a new property

License

This project is licensed under the [GPLv3](LICENSE.md)

Building from source

If you want to use this program, you need to ise pyinstaller