Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Multi Json FormatterNew to Visual Studio Code? Get it now.
Multi Json Formatter

Multi Json Formatter

Aleksei Grigorev

|
273 installs
| (0) | Free
JSON multi fragments formatter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Multi Json Formatter README

This is the README for extension "Multi Json Formatter".

Features

JSON multi fragments formatter.

Formats selected/all json fragments into text files (.txt) or log files (.log).

For example, string like this

[2024-03-07 18:16:41] local.INFO: Got synchronization item to execution {"synchronization_item":{"id":504,"class_fqn":"App\\Synchronizers\\Stat\\Test\\Test\\TestClass","class_name":"TestClass"}}

will be formatted into

[2024-03-07 18:16:41] local.INFO: Got synchronization item to execution
{
  "synchronization_item": {
    "id": 504,
    "class_fqn": "App\\Synchronizers\\Stat\\Test\\Test\\TestClass",
    "class_name": "TestClass"
  }
}

Requirements

This extension has no special requirements or dependencies.

Extension Settings

This extension has no settings.

Known Issues

This extension has no known issues.

Release Notes

1.0.0

Initial release of MultiJsonFormatter extension

1.0.1

Fix delete json fragment then format error occurs

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft