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

https://github.com/glideapps/quicktype-custom-java-example

An example showing how to customize quicktype's Java code generation
https://github.com/glideapps/quicktype-custom-java-example

Last synced: 6 months ago
JSON representation

An example showing how to customize quicktype's Java code generation

Awesome Lists containing this project

README

          

This is an example of how to extend [quicktype](https://github.com/quicktype/quicktype) via its API.

## Installing dependencies

```sh
npm install
```

## Running

```sh
npm start -- /path/to/my.json
```