jsonshell command
Summary
Opens the JSON editor shell
Description
You can use this shell to open the JSON editor. It allows you to manipulate with the JSON file in various ways, such as adding and deleting properties.
Command usage
jsonshell <jsonfile>
Examples
jsonshell countries.json
: Opens the JSON editor to countries.json
Last updated