https://github.com/seatgeek/jsonschema2kotlin
Library and tools to generate Kotlin data models from JsonSchema
https://github.com/seatgeek/jsonschema2kotlin
cli gradle jsonschema kotlin
Last synced: about 2 months ago
JSON representation
Library and tools to generate Kotlin data models from JsonSchema
- Host: GitHub
- URL: https://github.com/seatgeek/jsonschema2kotlin
- Owner: seatgeek
- License: other
- Created: 2021-04-30T19:06:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T03:48:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T18:14:58.283Z (3 months ago)
- Topics: cli, gradle, jsonschema, kotlin
- Language: Kotlin
- Homepage:
- Size: 658 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jsonschema2kotlin
This project provides the following
| Name | Purpose |
|----------------------------------------------------|-------------------------------------------------------------------|
| [jsonschema2kotlin-lib](jsonschema2kotlin-lib) | The core library for converting JsonSchema to Kotlin data classes |
| [jsonschema2kotlin-cli](jsonschema2kotlin-cli) | A tool for using the library from the command line |
| jsonschema2kotlin-gradle _TODO_ | A Gradle plugin for using the library from Gradle |## License
See [LICENSE.md](LICENSE.md)