Vovsoft Logo
Vovsoft Facebook Page Vovsoft Telegram Channel Vovsoft Youtube Channel Vovsoft Twitter Account
Menu
Home » Feature Requests » JSON Beautifier

JSON Beautifier Feature Requests



Here are the features requested by users.

πŸ‘‰ We will try to implement the features with the most votes first.
πŸ‘‰ A valid license key must be entered for voting!
πŸ‘‰ Each license key can be used for a maximum of 1 vote per feature!
πŸ‘‰ A universal license key can be used to vote for all programs, even the freeware tools!

JSON Beautifier Icon JSON Beautifier Windows

Ability to handle incorrect JSON syntax.

Current behavior examples:

Input:
{
  "ConfigureADOJobStore": false,
  //"AllowedHosts": "*",
  "DisallowedHosts": "*"
}
Output:
{
  "ConfigureADOJobStore": false,

Input:
{
  "ConfigureADOJobStore": false,
  "AllowedHosts": "*",
  "DisallowedHosts": "*",
}
Output:
{
  "ConfigureADOJobStore": false,
  "AllowedHosts": "*",
  "DisallowedHosts": "*",

Add dark mode

Add treeview


× Pay What You Want

A valid license key must be entered for voting!
Done πŸ‘ Ability to convert tabs to spaces