Skip to content

jstruct v0.5.5

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Dec 22:17
· 3 commits to master since this release

jstruct CLI v0.5.5

JSON Structure schema validation command-line tool.

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i jstruct_0.5.5_amd64.deb

Linux (Fedora/RHEL)

sudo rpm -i jstruct-0.5.5-1.x86_64.rpm

macOS

# Universal binary (Intel + Apple Silicon)
sudo installer -pkg jstruct-0.5.5-darwin-universal.pkg -target /

# Or via tarball
tar xzf jstruct-0.5.5-darwin-universal.tar.gz
sudo mv jstruct /usr/local/bin/

Windows

Download and extract the ZIP, or install the MSIX package.

Usage

# Validate a schema
jstruct check schema.json

# Validate an instance against a schema
jstruct validate --schema schema.json data.json

See jstruct --help for more options.