JSON Structure SDKs
Official SDKs for validating JSON documents against JSON Structure schemas.
Full-featured Python SDK with schema and instance validation.
pip install json-structure
Native .NET SDK with System.Text.Json integration.
dotnet add package JsonStructure
Java SDK with Jackson integration for JSON processing.
json-structure (Maven Central)
TypeScript SDK for Node.js and browser environments.
npm install json-structure
Go SDK with idiomatic API design.
go get github.com/json-structure/sdk/go
Rust SDK with serde integration.
cargo add json-structure
C SDK with cJSON for embedded and systems programming.
CMake-based build
Ruby gem with idiomatic API for schema validation.
gem install json_structure
Perl module for JSON Structure validation.
cpanm JSON::Structure
PHP library with Composer support.
composer require json-structure/sdk
Swift package for iOS, macOS, and server-side Swift.
Swift Package Manager