#1
Respected Experts
I have the following JSON code.
Code:
{"algorithmDialogHeight":679.0,"algorithmDialogWidth":606.0,"chartHeight":768,"chartPreferences":{},"chartSaveToFile":false,"chartWidth":1024,"dividerPositionCompareEditor":450.0,"dividerPositionDatafileEditor":450.0,"dividerPositionModelEditor":449.5676359039191,"dividerPositionProjectExplorer":449.5676359039191,"dividerPositionReportEditor":449.5676359039191,"excelExportRenderGraphs":true,"excelExportRenderModelImage":true,"excelExportRenderPlainLayout":false,"excludeLargeMatrices":false,"filterIndicators":"SHOW_ALL","flippedApplicationOrientation":false,"fractionDigits":3,"graphExportHideComments":true,"graphExportSaveToFile":false,"keyboardLayout":"QUERTY","language":"ENGLISH","lastLicensingActionWasSuccessful":false,"lastUpdateCheck":1666615037630,"licenseProvider":"NONE","licenseServer":"","numberLocale":"EN","openExportResults":true,"openReportFromCalculationDialog":false,"projectExplorerLeftWidth":350.0,"proxyServerEnabled":false,"proxyServerName":"","proxyServerPassword":"","proxyServerPort":"","proxyServerUsername":"","rerunAlgorithmAutomatically":false,"sortIndicatorsAlphabetically":true,"versionWarningOnSave":true,"workspace":"C:\\Users\\Haier\\Desktop\\New folder (7)","workspaceLocations":"C:\\Users\\Haier\\Desktop\\New folder (7)","zoomForMatrixInComparePanel1":100.0,"zoomForMatrixInComparePanel2":100.0,"zoomForMatrixInReport":1.0}

I have modofied this above code into following
Code:
{"algorithmDialogHeight":679.0,"algorithmDialogWidth":606.0,"chartHeight":768,"chartPreferences":{},"chartSaveToFile":false,"chartWidth":1024,"dividerPositionCompareEditor":450.0,"dividerPositionDatafileEditor":450.0,"dividerPositionModelEditor":449.5676359039191,"dividerPositionProjectExplorer":449.5676359039191,"dividerPositionReportEditor":449.5676359039191,"excelExportRenderGraphs":true,"excelExportRenderModelImage":true,"excelExportRenderPlainLayout":false,"excludeLargeMatrices":false,"filterIndicators":"SHOW_ALL","flippedApplicationOrientation":false,"fractionDigits":3,"graphExportHideComments":true,"graphExportSaveToFile":false,"keyboardLayout":"QUERTY","language":"ENGLISH","lastLicensingActionWasSuccessful":false,"lastUpdateCheck":1666615037630,"licenseProvider":"ZENTITLE","licenseServer":"","numberLocale":"EN","openExportResults":true,"openReportFromCalculationDialog":false,"projectExplorerLeftWidth":350.0,"proxyServerEnabled":false,"proxyServerName":"","proxyServerPassword":"","proxyServerPort":"","proxyServerUsername":"","rerunAlgorithmAutomatically":false,"sortIndicatorsAlphabetically":true,"versionWarningOnSave":true,"workspace":"C:\\Users\\Haier\\Desktop\\New folder (7)","workspaceLocations":"C:\\Users\\Haier\\Desktop\\New folder (7)","zoomForMatrixInComparePanel1":100.0,"zoomForMatrixInComparePanel2":100.0,"zoomForMatrixInReport":1.0}

I want to know, if is there any way to modify this file with 1 click.

experts please help me out regarding this matter.
Seeking for encouraging response.