Skip to content

Commit 9d961fd

Browse files
Gif update
1 parent 5818ba8 commit 9d961fd

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ JSON Utility is VSCode extension which is helps to
2323
* Use the Command Palette (`Cmd+Shift+P`) -> Type `JSON Utility` -> Select `JSON Utility: Convert Interface to JSON Sample`
2424
* Use the shortcut `Ctrl + Alt + J`
2525

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)
2727

2828
### 2) Convert JSON to TypeScript Interface (`Ctrl + Alt + T`)
2929
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
3030
* Run the extension using any one of the option in below.
3131
* Use the Command Palette (`Cmd+Shift+P`) -> Type `JSON Utility` -> Select `JSON Utility: Convert JSON to Interface`
3232
* Use the shortcut `Ctrl + Alt + T`
3333

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)
3535

3636
### 3) Fix the JSON Object (`Ctrl + Alt + F`)
3737
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
3838
* Run the extension using any one of the option in below.
3939
* Use the Command Palette (`Cmd+Shift+P`) -> Type `JSON Utility` -> Select `JSON Utility: Fix the JSON`
4040
* Use the shortcut `Ctrl + Alt + F`
4141

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)
4343

4444
### 4) Beautify the JSON String (Prettify: `Ctrl + Alt + P` , Minify: `Ctrl + Alt + M`)
4545
**1. Prettify the JSON**
@@ -48,15 +48,15 @@ JSON Utility is VSCode extension which is helps to
4848
* Use the Command Palette (`Cmd+Shift+P`) -> Type `JSON Utility` -> Select `JSON Utility: Prettify the JSON`.
4949
* Use the shortcut `Ctrl + Alt + P`
5050

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)
5252

5353
**2. Minify the JSON**
5454
* Select the JSON from the file (If you didn't select it then JSON Utility takes the full content in the file as input)
5555
* Run the extension using any one of the option in below.
5656
* Use the Command Palette (`Cmd+Shift+P`) -> Type `JSON Utility` -> Select `JSON Utility: Minify the JSON`
5757
* Use the shortcut `Ctrl + Alt + M`
5858

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)
6060

6161

6262
## ⚙️ Configuration
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)