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

Commit 723f321

Browse files
committedSep 14, 2022
Add msgspec to implementations
1 parent 1b79bf7 commit 723f321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎implementations.md

Lines changed: 1 addition & 0 deletions
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)
This repository has been archived.