@@ -23,23 +23,23 @@ JSON Utility is VSCode extension which is helps to
23
23
* Use the Command Palette (` Cmd+Shift+P ` ) -> Type ` JSON Utility ` -> Select ` JSON Utility: Convert Interface to JSON Sample `
24
24
* Use the shortcut ` Ctrl + Alt + J `
25
25
26
- ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/TS_to_JSON .gif?raw=true )
26
+ ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/TS_to_JSON_Update .gif?raw=true )
27
27
28
28
### 2) Convert JSON to TypeScript Interface (` Ctrl + Alt + T ` )
29
29
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
30
30
* Run the extension using any one of the option in below.
31
31
* Use the Command Palette (` Cmd+Shift+P ` ) -> Type ` JSON Utility ` -> Select ` JSON Utility: Convert JSON to Interface `
32
32
* Use the shortcut ` Ctrl + Alt + T `
33
33
34
- ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/JSON_to_TS .gif?raw=true )
34
+ ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/JSON_to_TS_Update .gif?raw=true )
35
35
36
36
### 3) Fix the JSON Object (` Ctrl + Alt + F ` )
37
37
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
38
38
* Run the extension using any one of the option in below.
39
39
* Use the Command Palette (` Cmd+Shift+P ` ) -> Type ` JSON Utility ` -> Select ` JSON Utility: Fix the JSON `
40
40
* Use the shortcut ` Ctrl + Alt + F `
41
41
42
- ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/JSON_Fix .gif?raw=true )
42
+ ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/JSON_Fix_Update .gif?raw=true )
43
43
44
44
### 4) Beautify the JSON String (Prettify: ` Ctrl + Alt + P ` , Minify: ` Ctrl + Alt + M ` )
45
45
** 1. Prettify the JSON**
@@ -48,15 +48,15 @@ JSON Utility is VSCode extension which is helps to
48
48
* Use the Command Palette (` Cmd+Shift+P ` ) -> Type ` JSON Utility ` -> Select ` JSON Utility: Prettify the JSON ` .
49
49
* Use the shortcut ` Ctrl + Alt + P `
50
50
51
- ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/Prettify_JSON .gif?raw=true )
51
+ ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/Prettify_JSON_Update .gif?raw=true )
52
52
53
53
** 2. Minify the JSON**
54
54
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
55
55
* Run the extension using any one of the option in below.
56
56
* Use the Command Palette (` Cmd+Shift+P ` ) -> Type ` JSON Utility ` -> Select ` JSON Utility: Minify the JSON `
57
57
* Use the shortcut ` Ctrl + Alt + M `
58
58
59
- ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/Minify_JSON .gif?raw=true )
59
+ ![ json-utility Screenshot] ( https://github.com/Ganesan-Chandran/vscode-json-utility/blob/master/images/Minify_JSON_Update .gif?raw=true )
60
60
61
61
62
62
## ⚙️ Configuration
0 commit comments