Liquid Technologies
liquid-technologies.com โบ online-json-to-schema-converter
Free Online JSON to JSON Schema Converter
Uses the sample JSON document to infer a JSON schema. The Free Community Edition of Liquid Studio comes with an advanced JSON Editor, packed with many helpful features including JSON schema creation.
Ophir
json.ophir.dev
JSONJoy Builder - Visual JSON Schema Editor
Visual JSON Schema editor for creating and manipulating JSON Schema definitions. Open source at https://github.com/lovasoa/jsonjoy-builder
Jsonschema2pojo
jsonschema2pojo.org
jsonschema2pojo
Generate Plain Old Java Objects from JSON or JSON-Schema.
GitHub
github.com โบ victools โบ jsonschema-generator
GitHub - victools/jsonschema-generator: Java JSON Schema Generator โ creating JSON Schema (Draft 6, Draft 7, Draft 2019-09, or Draft 2020-12) from Java classes
Java JSON Schema Generator โ creating JSON Schema (Draft 6, Draft 7, Draft 2019-09, or Draft 2020-12) from Java classes - victools/jsonschema-generator
Starred by 535 users
Forked by 76 users
Languages ย Java 74.4% | JavaScript 23.2% | SCSS 1.7%
Altova
altova.com โบ xmlspy-xml-editor โบ json_schema_editor
JSON Schema Editor and Generator | Altova
XMLSpy includes an enterprise-grade JSON Schema generator and graphical JSON schema editor that lets you create JSON Schemas, convert XSD to JSON Schema, generate JSON Schema, and even generate a JSON instance from a schema.
ExtendsClass
extendsclass.com โบ json-schema-validator.html
Online JSON Schema Validator and Generator
JSON Schema Validator Online: It checks JSON conforms to the definition described by a JSON Schema. It supports JSON Schema draft-07 ยท JSON to JSON Schema Converter: It generates a JSON Schema from JSON. JSON Schema to JSON Converter: It generates a sample JSON from JSON Schema (Pattern is not implemented yet). Fill in the editors below and it will automatically validate that a JSON document conforms to the definition described by a JSON Schema.
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
There are various categories of JSON tools, each with their pros and cons. What is best to use depends on your use case. Open your JSON file in the editor. From the menu, select "Options", "JSON Schema".
GitHub
github.com โบ jdorn โบ json-editor
GitHub - jdorn/json-editor: JSON Schema Based Editor
JSON Schema Based Editor. Contribute to jdorn/json-editor development by creating an account on GitHub.
Starred by 5.8K users
Forked by 1.1K users
Languages ย JavaScript 83.1% | HTML 16.9% | JavaScript 83.1% | HTML 16.9%
JetBrains
plugins.jetbrains.com โบ plugin โบ 23554-json-schema-visualizer-editor
JSON Schema Visualizer/Editor - IntelliJ IDEs Plugin | Marketplace
This plugin contributes a powerful, expressive visual schema diagram editor (Design mode) for editing JSON Schemas in your preferred IDE. The structure of the JSON...
JSON Schema
json-schema.org โบ tools
JSON Schema - Tools
Toolings below are written in different languages, and support part, or all, of at least one recent version of the specification ยท Listing does not signify a recommendation or endorsement of any kind
Mockoon
mockoon.com โบ tools โบ json-schema-validator
Mockoon - Online JSON Schema validator
To use this tool, paste your JSON schema in the left editor and your JSON data in the right editor. The tool will automatically validate your JSON data against the schema and display any errors. It will also display errors if your JSON schema is invalid. JSON (JavaScript Object Notation) is a lightweight data interchange format.
Top answer 1 of 5
16
Java JSON Schema Generator: https://github.com/victools/jsonschema-generator
Creates JSON Schema (Draft 6, Draft 7 or Draft 2019-09) from Java classes using Jackson.
2 of 5
15
EDIT: as pointed out by commenters, module is being deprecated, not maintained. So, Caveat Emptor etc
One such tool is Jackson JSON Schema module:
https://github.com/FasterXML/jackson-module-jsonSchema
which uses Jackson databind's POJO introspection to traverse POJO properties, taking into account Jackson annotations, and produces a JSON Schema object, which may then be serialized as JSON or used for other purposes.
JSON Schema
json-schema.org โบ learn โบ getting-started-step-by-step
Creating your first schema
To try it yourself, please visit Tools and select the validator that best suits your needs, or use the editors available below to explore the different Schemas and Instances and see the different validation results.
Site24x7
site24x7.com โบ tools โบ json-to-java.html
JSON to JAVA Code Generator: Site24x7 Tools
Free code generator which converts your JSON (JavaScript Object Notation) schema into Java Object. The JSON keys are converted to private variables with getter setter methods for them. The inner objects in JSON are converted as inner classes in Java Object.
JSON Schema
json-schema.org
JSON Schema
GSoC 2025 empowered JSON Schema contributors to improve developer experience, tooling, and learning through projects like schema visualization, clearer errors, and a Java wrapper for Blaze.
Liquid Technologies
liquid-technologies.com โบ json-schema-editor
JSON Schema Editor
Liquid Studio Graphical JSON Schema Editor, create, edit and validate JSON Schema files. JSON Schema Editor features include, Graphical modelling tool, generate JSON documents from a JSON Schema, intellisense, auto complete.
Transform
transform.tools โบ json-to-json-schema
JSON to JSON Schema
An online playground to convert JSON to JSON Schema
GitHub
github.com โบ networknt โบ json-schema-validator
GitHub - networknt/json-schema-validator: A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12 ยท GitHub
A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12 - networknt/json-schema-validator
Starred by 1K users
Forked by 338 users
Languages ย Java 98.6% | Python 1.4%