Tool to generate JSON schema from JSON data [closed] Tool to generate JSON schema from JSON data [closed] json json

Tool to generate JSON schema from JSON data [closed]


You might be looking for this:

http://www.jsonschema.net

It is an online tool that can automatically generate JSON schema from JSON string. And you can edit the schema easily.


GenSON (PyPI | Github) is a JSON Schema generator that can generate a single schema from multiple objects. You can also merge schemas with it. It is written in Python and comes with a CLI tool.

(Full disclosure: I'm the author.)