You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PDJsonEditor
2
2
3
-
*[한국어](README-ko.md)*
3
+
_[한국어](README-ko.md)_
4
4
5
5
A powerful JSON visualization and editing tool built with SvelteKit and Svelte 5. View and edit JSON data simultaneously in both code editor and interactive graph views.
6
6
@@ -11,60 +11,70 @@ A powerful JSON visualization and editing tool built with SvelteKit and Svelte 5
11
11
## ✨ Features
12
12
13
13
### 📝 Advanced JSON Editor
14
+
14
15
-**Syntax Highlighting**: CodeMirror-powered editor with JSON syntax highlighting
15
16
-**Real-time Validation**: Instant JSON syntax validation and error reporting
16
17
-**Format & Minify**: One-click JSON formatting and minification
17
18
-**Navigation**: Click on graph nodes to jump to corresponding JSON location
18
19
19
20
### 🔗 HTTP Request Integration
21
+
20
22
-**Multi-Method Support**: GET, POST, PUT, DELETE, PATCH requests
21
23
-**Custom Headers**: Add and manage HTTP headers
22
24
-**Request Body**: Configure custom request bodies for POST/PUT/PATCH
23
25
-**URL Import**: Fetch JSON data directly from URLs
24
26
25
27
### 📊 Interactive Graph Visualization
28
+
26
29
-**Tree Structure**: Visualize JSON as an interactive tree graph
0 commit comments