1.3.482241.4 MB
unset
strict
core24
JSON Language Server
The JSON Language server provides language-specific smarts for editing,
validating and understanding JSON documents. It runs as a separate
executable and implements the language server protocol to be connected by
any code editor or IDE.
The server implements the following capabilities of the language server protocol:
places in the document. JSON schemas are configured through the server
configuration options.
support color pickers. The location of colors is defined by the
document's JSON schema. All values marked with "format": "color-hex"
(VSCode specific, non-standard JSON Schema extension) are considered
color values. The supported color formats are #rgb[a] and #rrggbb[aa].
* structural validation based on the document's JSON schema.
validating and understanding JSON documents. It runs as a separate
executable and implements the language server protocol to be connected by
any code editor or IDE.
The server implements the following capabilities of the language server protocol:
- Code completion for JSON properties and values based on the document's
places in the document. JSON schemas are configured through the server
configuration options.
- Hover for values based on descriptions in the document's JSON schema.
- Document Symbols for quick navigation to properties in the document.
- Document Colors for showing color decorators on values representing
support color pickers. The location of colors is defined by the
document's JSON schema. All values marked with "format": "color-hex"
(VSCode specific, non-standard JSON Schema extension) are considered
color values. The supported color formats are #rgb[a] and #rrggbb[aa].
- Code Formatting supporting ranges and formatting the whole document.
- Folding Ranges for all folding ranges in the document.
- Semantic Selection for semantic selection for one or multiple cursor
- Goto Definition for $ref references in JSON schemas
- Diagnostics (Validation) are pushed for all open documents
* structural validation based on the document's JSON schema.
Update History
1.3.4 727 → 82230 Mar 2026, 10:05 UTC
1.3.4 464 → 72717 Dec 2025, 10:21 UTC
1.3.4 (464)13 Dec 2025, 09:47 UTC
2 Nov 2021, 02:43 UTC
30 Mar 2026, 03:35 UTC
13 Dec 2025, 09:47 UTC