Jsson Docs

JSSON CLI

Command-line tool for transpiling JSSON files.

The JSSON CLI transpiles .jsson files to JSON, YAML, TOML, or TypeScript.

Installation

# Download (Linux)
curl -L https://github.com/carlosedujs/jsson/releases/latest/download/jsson-linux-amd64 -o jsson
chmod +x jsson
sudo mv jsson /usr/local/bin/

# Verify
jsson --version

Quick Start

# Transpile to JSON
jsson -i config.jsson

# Transpile to YAML
jsson -i config.jsson -f yaml

# Transpile to file
jsson -i config.jsson > config.json

Commands

CommandDescription
jsson [flags]Transpile JSSON file
jsson serveStart HTTP server
jsson helpShow help
jsson versionShow version

Documentation

On this page