40 lines
1.0 KiB
Plaintext
40 lines
1.0 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: 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}/SublimePrettyJson/Pretty JSON.sublime-settings"
|
|
}
|
|
}
|
|
] |