Skip to content

Releases: json-structure/sdk

jstruct v0.5.5

09 Dec 22:17

Choose a tag to compare

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.

jstruct v0.5.3

09 Dec 21:19

Choose a tag to compare

jstruct CLI v0.5.3

JSON Structure schema validation command-line tool.

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i jstruct_0.5.3_amd64.deb

Linux (Fedora/RHEL)

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

macOS

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

# Or via tarball
tar xzf jstruct-0.5.3-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.