/quicktype

Generate types and converters from JSON, Schema, and GraphQL

Primary LanguageTypeScriptApache License 2.0Apache-2.0

This repo is forked from: https://github.com/glideapps/quicktype.

Original work is licensed under the Apache License, Version 2.0.

Modifications on package quicktype-core have been made by Huajie Zhang and include:

  • Fix the issue that option alphabetizeProperties does not work for convert from JSON schema to typescript scenario
  • Added option jsonStringifySpaceNum to control the space size for typescript converter that convert the JSON object to string

Modified version maintained at: https://github.com/jayzhang/quicktype

Copyright 2025 Huajie Zhang