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

Commit 94df5a6

Browse files
authored
Merge pull request #474 from jcrist/add-msgspec
Add msgspec to implementations
2 parents 1b79bf7 + 723f321 commit 94df5a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implementations.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
155155
- [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
156156
- Python
157157
- [Pydantic](https://pydantic-docs.helpmanual.io/) (MIT) - generates schemas from Python models based on Python 3.6+ type hints.
158+
- [msgspec](https://jcristharif.com/msgspec/) (BSD-3-Clause) - generates schemas from Python type annotations.
158159
- Java
159160
- [jsonschema-generator](https://github.com/victools/jsonschema-generator) (Apache 2.0) - generates schemas from Java types *supports Draft 7 and Draft 2019-09*
160161
- Scala

0 commit comments

Comments
 (0)