Extension Icon

Format JSON

Formats a JSON file with a selected indentation. If the JSON is stringified, it will be parsed before formatting.
AvatarTimur Badretdinov
23,403 Installs
OverviewCommandsVersion History

Versions7

Fix json () bug - February 20, 2024

  • Fixed bug where json with "()"" was not being recognized, for example {"color": "rgba(0, 0, 0, 0.5)"}

Adds support for parsing stringified JSON - June 29, 2023

  • If the JSON is stringified, it will be parsed before formatting

Allow to Preview Formatted JSON - April 4, 2023

  • Ability to view formated JSON
  • Added new action to view formatted JSON
  • Ability to recognize invalid input

Format JS Objects - February 12, 2023

  • Ability to format JS Objects

Added Clipboard Copy Paste - February 7, 2023

  • Ability to copy, format and paste from clipboard directly

Fixes - April 20, 2022

  • Moved indentation to preferences

Added Format JSON - December 10, 2021

  • Initial version