Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Jsonschema Form | 12,406 | 566 | 281 | 2 days ago | 103 | December 16, 2019 | 320 | apache-2.0 | TypeScript | |
A React component for building Web forms from JSON Schema. | ||||||||||
Ajv | 12,294 | 801,606 | 7,985 | 3 days ago | 349 | March 22, 2022 | 252 | mit | TypeScript | |
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927) | ||||||||||
Quicktype | 9,649 | 42 | 90 | 4 days ago | 674 | September 12, 2022 | 393 | apache-2.0 | TypeScript | |
Generate types and converters from JSON, Schema, and GraphQL | ||||||||||
Jsonschema2pojo | 5,945 | 115 | 34 | 3 days ago | 52 | May 03, 2022 | 161 | apache-2.0 | Java | |
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc | ||||||||||
Json Editor | 5,376 | 141 | 37 | 5 years ago | 19 | August 07, 2016 | 461 | mit | JavaScript | |
JSON Schema Based Editor | ||||||||||
Resume Cli | 4,293 | 93 | 34 | 7 days ago | 106 | April 20, 2022 | 98 | mit | JavaScript | |
CLI tool to easily setup a new resume 📑 | ||||||||||
Jsonschema | 4,063 | 15,530 | 2,424 | 4 days ago | 74 | July 07, 2022 | 28 | mit | Python | |
An implementation of the JSON Schema specification for Python | ||||||||||
Mimesis | 3,915 | 42 | 19 | 13 days ago | 37 | June 22, 2022 | 18 | mit | Python | |
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. | ||||||||||
Json Schema | 3,344 | 8,501 | 489 | 3 months ago | 46 | April 13, 2022 | 96 | mit | PHP | |
PHP implementation of JSON schema. Fork of the http://jsonschemaphpv.sourceforge.net/ project | ||||||||||
Fast Json Stringify | 3,139 | 747 | 135 | 7 days ago | 136 | September 26, 2022 | 13 | mit | JavaScript | |
2x faster than JSON.stringify() |
Unfortunately we decided to not maintain this project anymore (see why). If you want to mark another package as a replacement for this one please send an email to [email protected].
This bundle is under development.
This Symfony bundle offers support for creating JSON Schema definition from Doctrine ORM entities. JSON Schema is described in its specification as:
JSON Schema is a JSON media type for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intended to define validation, documentation, hyperlink navigation, and interaction control of JSON data.
This bundle provides a service which allows you to generate JSON Schema based on the metadata for your entities, including it's schema and validation information.
This bundle is under the MIT License