Skip to content

Releases: json-structure/sdk

jstruct v0.7.0

08 Jun 15:28
d0f0f64

Choose a tag to compare

jstruct CLI v0.7.0

JSON Structure schema validation command-line tool.

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i jstruct_0.7.0_amd64.deb

Linux (Fedora/RHEL)

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

macOS

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

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

04 Jun 10:18

Choose a tag to compare

jstruct CLI v0.6.2

JSON Structure schema validation command-line tool.

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i jstruct_0.6.2_amd64.deb

Linux (Fedora/RHEL)

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

macOS

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

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

24 Mar 11:43

Choose a tag to compare

jstruct CLI v0.6.1

JSON Structure schema validation command-line tool.

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i jstruct_0.6.1_amd64.deb

Linux (Fedora/RHEL)

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

macOS

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

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