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 --versionQuick 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.jsonCommands
| Command | Description |
|---|---|
jsson [flags] | Transpile JSSON file |
jsson serve | Start HTTP server |
jsson help | Show help |
jsson version | Show version |