{"version":"0.0.1","commands":{"vjson":{"id":"vjson","description":"Validates the JSON based on the rules given in the config file brave-cli.json [by default placed in the root folder]\nConfig for JSON validation in brave-cli.json\n{\n  \"json\": {\n    \"keys\": {\n      \"underscore\": true,     // Allows underscore in key names\n      \"hyphen\": false,        // Disallow hyphen in key names\n      \"uppercase\": false,     // Disallow uppercase in key names\n      \"digits\": true,         // Allow digits in key names\n      \"lowercase\": true       // Allow lowercase in key names\n    }\n  }\n}\n","pluginName":"brave-cli","pluginType":"core","aliases":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"path of the file to display"},"config":{"name":"config","type":"option","char":"c","description":"path of the config file"},"pathj":{"name":"pathj","type":"option","char":"P","description":"config json string to validate"},"configj":{"name":"configj","type":"option","char":"C","description":"config json string to validate"}},"args":[]}}}