SublimePrettyJson/Default.sublime-commands

44 lines
1.1 KiB
Plaintext

[
{
"caption": "Pretty JSON: Format (Pretty Print) JSON",
"command": "pretty_json"
},
{
"caption": "Pretty JSON: Format and Sort JSON",
"command": "pretty_json_and_sort"
},
{
"caption": "Pretty JSON: Format JSON Lines",
"command": "pretty_json_lines"
},
{
"caption": "Pretty JSON: Minify (compress) JSON",
"command": "un_pretty_json"
},
{
"caption": "Pretty JSON: JSON 2 XML",
"command": "json_to_xml"
},
{
"caption": "Pretty JSON: JSON query with ./jq",
"command": "jq_pretty_json"
},
{
"caption": "Pretty JSON: Validate",
"command": "pretty_json_validate"
},
{
"caption": "Preferences: Pretty JSON Settings - User",
"command": "open_file", "args":
{
"file": "${packages}/User/Pretty JSON.sublime-settings"
}
},
{
"caption": "Preferences: Pretty JSON Settings - Default",
"command": "open_file", "args":
{
"file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings"
}
}
]