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
- Host: GitHub
- URL: https://github.com/glideapps/quicktype-custom-java-example
- Owner: glideapps
- Created: 2018-02-04T03:00:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T17:01:01.000Z (almost 8 years ago)
- Last Synced: 2025-07-04T20:14:38.059Z (6 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```