Merge pull request #141 from dzhibas/st4_json_lines

ST4: format json lines
This commit is contained in:
Terminal 2021-07-30 23:01:06 -07:00 committed by GitHub
commit af5a6708d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
"caption": "Pretty JSON: Format JSON", "caption": "Pretty JSON: Format JSON",
"command": "pretty_json" "command": "pretty_json"
}, },
{
"caption": "Pretty JSON: Format JSON Lines",
"command": "pretty_json_lines"
},
{ {
"caption": "Pretty JSON: Format and Sort JSON", "caption": "Pretty JSON: Format and Sort JSON",
"command": "pretty_json_and_sort" "command": "pretty_json_and_sort"