PulseGateLive intelligence on AI-era software
Coverage
180,911

Software tracked

 

Freshness
18 min ago

Last update

 

Cadence
512/day

7-day average

Indexed today: 183

PulseGate

Live intelligence on the software shipping in the AI era — apps, models, agents, and infra.

Software is shipping faster than ever, and a growing share of it lives outside the official app stores. PulseGate tracks it live — free, for builders, analysts, and everyone keeping up.

Follow
GitHubX (Twitter)LinkedIn

Platform

  • All Apps
  • Full Index
  • Categories
  • Industry Updates
  • Data Sources
  • Coverage Rules
  • Glossary
  • Embed Widget

Support

  • Help Center
  • Suggest a URL
  • Report an Issue

Company

  • About
  • Dimaxia
  • Press & Data
  • Contact
  • Platform Status

Legal

  • Privacy
  • Terms
  • Disclaimer

© 2026 PulseGate. Operated by Dimaxia, a brand of Dymaxio s.r.o., Prague, Czech Republic.·

All systems operational
PulseGate
JSjson-schematics-v2 logo
json-schematics-v2
Visit ↗
  1. Home/
  2. Developer Tools/
  3. json-schematics-v2
←Back to results
Jjson-schematics-v2 logo

json-schematics-v2

ashbeelghouri.com·Infrastructure

json-schematics-v2 is a zero-dependency Go library for declarative JSON validation. It addresses the limitations of traditional validation approaches when handling messy or unpredictable JSON data from third-party sources and dynamic forms.

The library flattens any nested JSON document into dotted keys. It then matches those keys using wildcards or regex before routing each value through a pipeline of validators and operators. Five distinct stages handle flattening, matching, validation, operation, and output. Schemas are expressed as data rather than compiled code, allowing rules to be loaded, shipped, or localized without redeployment. It returns typed errors and never panics on unexpected values.

A playground and documentation illustrate the process with an example that validates fields such as name with a minimum length, age within a numeric range, and email format. The approach contrasts with struct tags that hard-code shapes at compile time and with reflection-based validators that can panic on malformed input. Rules remain separate from application code, supporting scenarios where validation logic must change independently of deployment cycles.

It is delivered as a Go module installed via the command go get github.com/ashbeelghouri/json-schematics-v2@latest and targets Go 1.24. The project provides reference documentation, examples, and tests hosted on its site along with a GitHub repository.

Open SourceMIT
WebCLI
J
json-schematics-v2 preview
Visit ashbeelghouri.com↗

Overview

6 features

json-schematics-v2 sits in PulseGate's Developer Tools category. It focuses on validating and transforming messy, dynamic JSON data in Go without rigid struct tags or runtime panics. json-schematics-v2 is an open-source project aimed at go developers. The project is open source (MIT). The product ships for the web and the command line.

It is developed by Ashbeel Ghouri, and the product first shipped in 2026. The project is developed in the open on GitHub with 5 commits in the last 90 days. Among its 6 catalogued features are JSON flattening, wildcard matching, and declarative pipelines.

  • ✓JSON flattening
  • ✓Wildcard matching
  • ✓Declarative pipelines
  • ✓Typed errors
  • ✓No panics
  • ✓Regex support

Tags

json-validationdeclarative-schemago-librarydata-pipelinedotted-keys

Built with & integrations

Framework
nextjs
Hosting
vercel
Runs on
BrowserCLI

Trust & compliance

LicenseMIT
Verified signals
✓ HTTPS✓ Open Source✓ GitHub✓ Active maintenance

Recent events

Latest indexed changes and source events

  1. IndexedJul 22, 6:10 PM

    Why I Ditched Struct Tags for Schema-Driven JSON Validation in Go verified by the PulseGate indexer

    Source: PulseGate indexerOpen ↗

Frequently asked questions about json-schematics-v2

What is json-schematics-v2?
Json-schematics-v2 focuses on validating and transforming messy, dynamic JSON data in Go without rigid struct tags or runtime panics. It is catalogued under Developer Tools on PulseGate.
Who should use json-schematics-v2?
json-schematics-v2 is an open-source project built for go developers.
Does json-schematics-v2 have a free plan?
Yes — json-schematics-v2 is open source under the MIT license and free to use.
What platforms does json-schematics-v2 run on?
json-schematics-v2 runs on the web and the command line.
Is json-schematics-v2 still active?
PulseGate's liveness checks currently classify json-schematics-v2 as active. The GitHub repository shows 5 commits in the last 90 days.
What tools are similar to json-schematics-v2?
Similar tools tracked by PulseGate include Free Schema Validator, jsonschema-diagram, and JSON Sage.Free Schema Validatorjsonschema-diagramJSON Sage
Who develops json-schematics-v2?
json-schematics-v2 is developed by Ashbeel Ghouri.
How long has json-schematics-v2 been around?
json-schematics-v2 first shipped in 2026.

At a glance

Platforms
Web
Languages
English
Open source
Yes (GitHub)
License
MIT
First seen
Jul 22, 2026
Activity
🟢 Active
Status
🟢 Active
Built for
Go developers
Model
Open source
Solves
Validating and transforming messy, dynamic JSON data in Go without rigid struct tags or runtime panics.

Developer

Ashbeel Ghouri
Solo developer
↗ GitHub

Open source

View on GitHub →
⭐ Stars
0
🍴 Forks
0
Open issues
0
Last commit
7d ago
Commits 90d
5
Contributors
1
Authorship
Solo
Default branch
master
Latest release
v2.0.0 · 7d ago

Live coverage

Confidence
Medium · 73
Indexed
Jul 22, 2026
Lifecycle
Alive
Activity
Active
First seen
Jul 2026
Last seen
7d ago
Identity audit (10)
Entity ID
cmrwefe0d01u244ovg0vvwgom
Slug
why-i-ditched-struct-tags-for-schema-driven-json-val-ashbeelghouri-com
Lifecycle last checked
Jul 22, 2026
Verification state
Indexed for public listing
Claim / listing state
Unclaimed · listed: yes
Index status
Included in index
Latest evidence snapshot
Jul 22, 2026
Timeline basis
Indexed-at chronology (no inferred launch/funding milestones).
Last updated
Jul 22, 2026
Canonical URL
https://jsonschematics.ashbeelghouri.com/

Similar apps

Other apps tracked under the same category.

  • Free Schema Validator
    multilipi.com
  • jsonschema-diagram
    github.com
  • JSON Sage
    jsonsage.com
  • CodeHelper
    codehelper.me
  • Standard Schema Playground
    osbytes.io
  • philiprehberger-json_schema
    philiprehberger.com