English / 中文
⚡️JsonToAny is an online code generation tool for front-end developers, which automatically generates the specified code through the JSON
/ Object
given by the developer to improve the overall development efficiency of the team upfront.
The following language conversions are currently supported
- TypeScript(Web front-end developer)
- Java(Native Android Developer)
- Dart(Flutter Developer)
Online Address:https://github.com/xietiansheng/json-to-any-web ( GitHub / Gitee )
you can also Fork
the project to customize the code generation results and freely manipulate the generated results.
JSON to TypeScript
JSON to Java
JSON to Dart
# github
git clone https://github.com/xietiansheng/json-to-any-web.git
# gitee
git clone https://gitee.com/XieTS/json-to-any-web.git
# Install dependencies(recommend pnpm)
pnpm install
# Development
npm run dev
npm run build:prod
# Preview Release Environment
npm run preview
# Code format check
npm run lint
# Code format check and automatic repair
npm run lint -- --fix