An open API service indexing awesome lists of open source software.

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

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)