Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>jsonl minifyNew to Visual Studio Code? Get it now.
jsonl minify

jsonl minify

mekusuri

|
9,545 installs
| (1) | Free
jsonlのminifyを行います
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jsonl-tool README

jsonl ファイルをminifyします

Alt+m : minify

{
  "a": [
    1,
    2,
    3
  ]
}
{
  "b": [
    4,
    5,
    6
  ]
}

↓

{"a":[1,2,3]}
{"b":[4,5,6]}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft