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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,13 @@ Switch to **Split Mode** from the header. Use the **→** button on the left pan
61
61
62
62
Switch to **Compare Mode**. The left and right editor contents are loaded into a Monaco Diff Editor. A change summary panel below the diff view lists all additions, deletions, and modifications.
63
63
64
+
### JSON Schema
65
+
66
+
Switch to **JSON Schema Mode**. The left editor contains your main JSON payload, and the right editor contains the JSON Schema.
67
+
68
+
-**Validate:** The payload is validated against the schema in real-time, with errors shown in a dedicated panel below.
69
+
-**Generate:** Click **Generate Schema** to automatically build a valid JSON Schema based on your current JSON payload.
70
+
64
71
### Querying JSON
65
72
66
73
Switch to **Query Mode**. The current active editor content is loaded into the input panel. Choose your query engine ([JMESPath](https://jmespath.org/), [JSONPath Plus](https://github.com/JSONPath-Plus/JSONPath), or [JSONQuery](https://github.com/jsonquerylang/jsonquery)) and type your expression — results update automatically as you type, and the transformation is applied to the main editor live.
0 commit comments