Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSSON - JavaScript Simplified Object NotationNew to Visual Studio Code? Get it now.
JSSON - JavaScript Simplified Object Notation

JSSON - JavaScript Simplified Object Notation

carlosedujs

|
26 installs
| (0) | Free
Syntax highlighting and Language Server for JSSON
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSSON Syntax Highlighting

VS Code extension for JSSON (JavaScript Simplified Object Notation) syntax highlighting.

Installation

Via VS Code Marketplace

  1. Open VS Code
  2. Press Ctrl+P
  3. Type: ext install carlosedujs.jsson

Manual

  1. Clone this repository
  2. Copy the folder to ~/.vscode/extensions/
  3. Restart VS Code

Example

// Variables
api_url := "https://api.example.com"

// Objects
config {
  name = "My App"
  ports = 8080..8085
}

// Templates
users [
  template { name, age }

  John, 19
  Mary, 25
]

// Map
items = (1..5 map (id) = { id = id })

Features

  • Syntax highlighting for .jsson files
  • Keyword support: template, map, zip
  • Highlighting for operators, strings, numbers and comments
  • Auto-closing brackets and quotes
  • Custom icon for .jsson files

About JSSON

JSSON is a language that transpiles to JSON, YAML, TOML and TypeScript.

  • Main Repository
  • Documentation

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft