Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 09204bf

Browse files
authored
Merge pull request #442 from gregsdennis/add-json-everything-generators
add json-everything as a generator
2 parents dea62dc + 3c826ed commit 09204bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

implementations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
111111
- .NET
112112
- [Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types
113113
- [NJsonSchema](https://github.com/RSuter/NJsonSchema/) - (Ms-PL) - generates schemas from .NET types, see issue [574](https://github.com/RSuter/NJsonSchema/issues/574) for draft-06+ support progress
114+
- [JsonSchema.Net.Generation](https://github.com/gregsdennis/json-everything) (MIT) - generates schemas from .NET types
114115
- Go
115116
- [jsonschema](https://github.com/invopop/jsonschema) - (MIT) - generate schemas from Go structs. Supports Draft 2020-12.
116117
- PHP
@@ -201,6 +202,8 @@ Various levels of support for UI generation primarily from the validation vocabu
201202

202203
#### Data from schemas
203204

205+
- .Net
206+
- [JsonSchema.Net.DataGeneration](https://github.com/gregsdennis/json-everything) (MIT) Data generation from JSON schemas, powered by the Bogus testing data generation library.
204207
- Python
205208
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; takes any schema, even with complex and interacting constraints, and returns a [Hypothesis](https://hypothesis.works/) strategy which can generate valid documents for testing.
206209
- Java

0 commit comments

Comments
 (0)